Ein neues Feature wurde zum neuesten Discourse hinzugefügt, das es ermöglicht, zusätzliche Gruppen anzugeben, deren Mitglieder Flüsterungen sehen/erstellen können.
main ← lis2:whispers-groups
opened 03:52AM - 21 Jun 22 UTC
Before, whispers were only available for staff members.
Config has been chang… ed 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 called for current user and didn't notice any N+1 queries.
11 „Gefällt mir“