discourse/plugins/chat/spec
Martin Brennan 9a15eab3ab
FIX: Do not serialize thread data if threading disabled (#21107)
Followup to ba11cf4767,
this commit makes it so that none of the chat message
thread data is serialized if threading_enabled is false
for the channel or if enable_experimental_chat_threaded_discussions
is false, there is no need to serialize the data in this
case.
2023-04-17 14:29:06 +10:00
..
components/chat FEATURE: Initial chat thread indicator and disabling echo mode in channels (#21047) 2023-04-12 11:09:06 +10:00
fabricators DEV: Chat thread reply counter cache (#21050) 2023-04-11 15:40:25 +10:00
integration FEATURE: Auto-remove users without permission from channel (#20344) 2023-03-22 10:19:59 +10:00
jobs DEV: Drop chat_uploads table and model and remove old references (#20926) 2023-04-04 09:13:39 +10:00
lib DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
mailers DEV: Skip channel-wide mention chat specs (#20770) 2023-03-22 12:44:01 +10:00
models DEV: Chat thread reply counter cache (#21050) 2023-04-11 15:40:25 +10:00
queries/chat DEV: Introduce bulk channel tracking publisher (#20838) 2023-03-28 09:36:28 +10:00
requests DEV: skip flakey chatables controller spec (#21093) 2023-04-14 06:06:57 +08:00
serializer FIX: Do not serialize thread data if threading disabled (#21107) 2023-04-17 14:29:06 +10:00
services FEATURE: Reacting to MessageBus in chat thread panel (#21070) 2023-04-13 14:45:50 +02:00
support DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
system FIX: prevents exception when publishing processed (#21104) 2023-04-16 10:30:33 +02:00
validators DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
plugin_helper.rb FEATURE: Reacting to MessageBus in chat thread panel (#21070) 2023-04-13 14:45:50 +02:00
plugin_spec.rb UX: update chat icon to d-chat (#20744) 2023-03-21 10:40:42 -04:00