discourse/plugins/chat/spec/serializer
Joffrey JAFFEUX 8144730ebb
FIX: correctly add user info data to message serializer (#20348)
Previous commit 479c0a3051 was done with the assumption that this info was defined on user serializer but it was actually defined on post serializer in core. This commit extends the user serializer for messages to add this data to the user.

Also correctly adds serializer test to ensure we actually have this data.
2023-02-17 17:07:44 +01:00
..
core_ext SECURITY: Limit chat drafts length and preloaded count (#19987) 2023-01-25 13:50:10 +02:00
chat_channel_serializer_spec.rb FEATURE: channels can allow/disallow @all/@here mentions (#19317) 2022-12-05 17:03:51 +01:00
chat_in_reply_to_serializer_spec.rb DEV: Move `discourse-chat` to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
chat_message_serializer_spec.rb DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
chat_message_user_serializer_spec.rb FIX: correctly add user info data to message serializer (#20348) 2023-02-17 17:07:44 +01:00
direct_message_serializer_spec.rb DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
structured_channel_serializer_spec.rb DEV: start glimmer-ification and optimisations of chat plugin (#19531) 2022-12-21 13:21:02 +01:00