discourse/plugins/discourse-presence
Krzysztof Kotlarek 09932738e5
FEATURE: whispers available for groups (#17170)
Before, whispers were only available for staff members.

Config has been changed to allow to configure privileged groups with access to whispers. Post migration was added to move from the old setting into the new one.

I considered having a boolean column `whisperer` on user model similar to `admin/moderator` for performance reason. Finally, I decided to keep looking for groups as queries are only done for current user and didn't notice any N+1 queries.
2022-06-30 10:18:12 +10:00
..
assets FEATURE: whispers available for groups (#17170) 2022-06-30 10:18:12 +10:00
config FEATURE: Add Croatian language (#17130) 2022-06-18 00:18:22 +02:00
spec/integration DEV: Automatically require 'rails_helper' in all specs (#16077) 2022-03-01 17:50:50 +00:00
test/javascripts/acceptance FEATURE: whispers available for groups (#17170) 2022-06-30 10:18:12 +10:00
README.md DEV: Update discourse-presence plugin to use new PresenceChannel system (#14519) 2021-10-21 12:42:46 +01:00
plugin.rb DEV: Transpile all plugin js by default (#17175) 2022-06-21 22:07:10 +02:00

README.md

Discourse Presence plugin

This plugin shows which users are currently writing a reply at the same time as you.