Nell’ultima versione di Discourse è stata aggiunta una nuova funzionalità che consente di specificare gruppi aggiuntivi i cui membri potranno visualizzare/creare sussurri.
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 Mi Piace