Files
discourse/plugins
David Taylor 6ae33d63af FIX: Lightbox chat uploads immediately after optimize (#31414)
When a message is first sent, the original upload URL is used for a
split-second before it's replaced by the optimised thumbnail. Using
`didInsert` didn't re-run on any changes to the uploads. Switching to a
proper modifier, and checking the length of the uploads array within it,
will ensure that it is re-run whenever the uploads change.
2025-02-20 10:21:53 +00:00
..
2025-02-18 14:51:47 +01:00
2025-02-18 14:51:47 +01:00
2025-01-31 10:48:44 +01:00