discourse/plugins/chat/spec
David Battersby f0ea57e30e
FIX: chat channel sort order consistency in sidebar (#30180)
This change creates a shallow copy of the public message channels so we don't change the original array while sorting.

Without this change the publicMessageChannels getter cache gets invalidated and cached again with the sorted channels array instead, which causes a bug where the sidebar channel list sorting order is updated by activity when user interacts with the chat drawer.
2024-12-09 15:36:41 +04:00
..
components/chat PERF: auto join & leave chat channels (#29193) 2024-11-12 15:00:59 +11:00
fabricators FIX: serializes interaction for direct messages (#29844) 2024-11-20 11:26:12 +01:00
integration PERF: optimize chat user membership cleanup when removing a single user (#29833) 2024-11-20 09:21:02 +01:00
jobs PERF: auto join & leave chat channels (#29193) 2024-11-12 15:00:59 +11:00
lib DEV: Fix random typos (#30023) 2024-12-02 07:34:05 +08:00
mailers
models DEV: adds blocks support to chat messages (#29782) 2024-11-19 07:07:58 +01:00
queries/chat FEATURE: add mention count to threads (#29739) 2024-11-14 14:10:12 +04:00
requests DEV: adds blocks support to chat messages (#29782) 2024-11-19 07:07:58 +01:00
serializer FIX: serializes interaction for direct messages (#29844) 2024-11-20 11:26:12 +01:00
services PERF: optimize chat user membership cleanup when removing a single user (#29833) 2024-11-20 09:21:02 +01:00
support FIX: serializes interaction for direct messages (#29844) 2024-11-20 11:26:12 +01:00
system FIX: chat channel sort order consistency in sidebar (#30180) 2024-12-09 15:36:41 +04:00
validators
plugin_helper.rb DEV: Fix mismatched column types (#29477) 2024-11-06 20:00:40 +02:00
plugin_spec.rb PERF: auto join & leave chat channels (#29193) 2024-11-12 15:00:59 +11:00