fix(Core/RBAC): use filter perm to gate .whispers command (#25771)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Andrew
2026-05-08 21:51:04 -03:00
committed by GitHub
parent b71ff97875
commit e72d8e94db
3 changed files with 3 additions and 2 deletions
@@ -0,0 +1,2 @@
DELETE FROM `rbac_linked_permissions` WHERE `id` = 198 AND `linkedId` = 471;
DELETE FROM `rbac_permissions` WHERE `id` = 471;