discourse/plugins/chat/spec/serializer/chat
Martin Brennan 019b22c376
FIX: Incorrect chat DM group user count (#31813)
When creating a DM to a group in chat, we show
a count of users for that group if the number of
users exceeds SiteSetting.chat_max_direct_message_users.

However, we were also counting bot users here, we should
only be counting human users, this led to confusion because
the chat group count was different from the one on
e.g. /g/:group_name
2025-03-14 11:40:30 +10:00
..
channel_serializer_spec.rb DEV: discourse-emojis gem (#31408) 2025-03-03 13:09:08 +01:00
chat_message_serializer_spec.rb DEV: Update rubocop-discourse (#30552) 2025-01-04 13:48:21 +01:00
chat_message_user_serializer_spec.rb DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
chat_thread_original_message_serializer_spec.rb DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
chatable_group_serializer_spec.rb FIX: Incorrect chat DM group user count (#31813) 2025-03-14 11:40:30 +10:00
chatable_user_serializer_spec.rb fix linting 2024-06-25 12:17:22 +02:00
chatables_serializer_spec.rb UX: Split hide_profile_and_presence user option (#29632) 2024-11-12 22:22:58 -03:00
direct_message_serializer_spec.rb DEV: bots are always allowed to chat (#26948) 2024-05-09 12:05:31 +02:00
in_reply_to_serializer_spec.rb FIX: add excerpt fallback for chat message replies (#26834) 2024-05-01 16:39:47 +02:00
message_interaction_serializer_spec.rb FIX: serializes interaction for direct messages (#29844) 2024-11-20 11:26:12 +01:00
structured_channel_serializer_spec.rb DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
thread_original_message_serializer_spec.rb DEV: Update rubocop-discourse (#30552) 2025-01-04 13:48:21 +01:00