0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-14 13:58:53 +08:00
discourse/plugins/chat/app/queries/chat
Penar Musaraj 7cfe964e8d
FEATURE: allow anonymous users to view public chat channels (#40688)
This PR allows site admins to configure chat on a site to be visible to
anonymous users. This allows for more visibility in the site's chat
activity, should be a better default.

To enable, the site needs to: 

- enable the "Granular anonymous and logged in groups permissions"
upcoming change
- add anonymous users to `chat_allowed_groups`
- optional (but useful): also add `trust_level_0` users to `chat allowed
groups`

---------

Co-authored-by: Martin Brennan <martin@discourse.org>
2026-06-18 15:18:51 -04:00
..
channel_memberships_query.rb
channel_unreads_query.rb PERF: speed up chat channel and thread unread queries (#39398) 2026-04-22 14:57:56 +10:00
messages_query.rb FEATURE: allow anonymous users to view public chat channels (#40688) 2026-06-18 15:18:51 -04:00
thread_participant_query.rb
thread_unreads_query.rb PERF: speed up chat channel and thread unread queries (#39398) 2026-04-22 14:57:56 +10:00
tracking_state_report_query.rb
users_from_usernames_and_groups_query.rb