discourse/plugins/chat/app/services
Jan Cernik f4e51e0789
FEATURE: Allow users to DM groups in chat (#25189)
Allows users to create DMs by selecting groups as a target. It also allows adding user groups to an existing chat

- When creating the channel, it expands the user group and adds all its members with chat enabled to the channel.
- After creation, there's no difference between adding a group or adding its members individually.
- Users can add multiple groups and users simultaneously.
- There are UI validations; the member count preview updates according to the member count of added groups, and it does not allow users to add more members than SiteSetting.chat_max_direct_message_users."
2024-01-19 11:09:47 -03:00
..
chat FEATURE: Allow users to DM groups in chat (#25189) 2024-01-19 11:09:47 -03:00
service DEV: Fix various rubocop lints (#24749) 2023-12-06 23:25:00 +01:00
service.rb DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00