discourse/plugins/chat/app
David Battersby 4e80c9eb13
FIX: chat direct message group user limit is off by 1 (#27014)
This change allows the correct number of members to be added when creating a group direct message, based on the site setting chat_max_direct_message_users.

Previously we counted the current user within the max user limit and therefore the count was off by 1.
2024-06-03 12:11:49 +04:00
..
controllers/chat FIX: chat direct message group user limit is off by 1 (#27014) 2024-06-03 12:11:49 +04:00
jobs DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
models FIX: load existing chat dm channel via url (#26998) 2024-05-24 12:12:49 +04:00
policies DEV: Migrate Chat::MessageCreator to a service (#22390) 2023-09-07 08:57:29 +02:00
queries/chat DEV: adds first_messages/last_messages to thread SDK (#26861) 2024-05-03 17:30:39 +02:00
serializers/chat FIX: add excerpt fallback for chat message replies (#26834) 2024-05-01 16:39:47 +02:00
services/chat FIX: chat direct message group user limit is off by 1 (#27014) 2024-06-03 12:11:49 +04:00
validators/chat DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
views UX: update to variable text color for variable background (#26676) 2024-04-18 14:12:16 -04:00