discourse/plugins/chat/spec/serializer/chat
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
..
channel_serializer_spec.rb
chat_message_serializer_spec.rb FIX: Do not serialize thread data if threading disabled (#21107) 2023-04-17 14:29:06 +10:00
chat_message_user_serializer_spec.rb
direct_message_serializer_spec.rb
in_reply_to_serializer_spec.rb
structured_channel_serializer_spec.rb