discourse/plugins/chat/config
David Battersby 5dfa0f3cb6
FIX: use group name in unreachable mention warning (#34174)
In cases where there are mentioned users that are unreachable (ie. they
cannot join the channel), then we normally notify the sender of those
users in the chat notice. However, with groups have a
`members_visible_level` setting which determines who can view members.
This change takes into account this setting when showing the chat notice
to the sender.

If there is a mentioned group that the sender does not have permission
to view members then we will show the group name instead of the users.
2025-08-14 09:33:51 +04:00
..
locales FIX: use group name in unreachable mention warning (#34174) 2025-08-14 09:33:51 +04:00
routes.rb FEATURE: Allow chat incoming webhooks to work without .json extension (#31497) 2025-02-25 15:04:57 +00:00
settings.yml FEATURE: Add setting to prevent anonymous users from using chat (#31842) 2025-03-21 13:32:52 +03:00