discourse/plugins/chat/assets
Joffrey JAFFEUX 0436fc8034
PERF: do not fetch thread data when we have it (#34799)
Prior to this fix we would fetch thread data even if it was present in
the bus data, that's already unnecessary work in a normal situation but
that's even worse when a user is coming back to their computer as we
will have to catchup multiple new threads at once.

Also ensures we correctly await fetching data from server when
necessary.

No test as there are not behavior change.
2025-09-15 07:49:14 +02:00
..
javascripts PERF: do not fetch thread data when we have it (#34799) 2025-09-15 07:49:14 +02:00
stylesheets UX: fix cmd-k bottom padding (#34440) 2025-08-20 16:45:39 +02:00