feat(plugins): Permissions Viewer (#477)

Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
Nuckyz 2023-05-14 21:33:04 -03:00 committed by GitHub
parent 9c1b3a9afd
commit 64b38348d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 938 additions and 5 deletions

View file

@ -114,3 +114,5 @@ waitFor("parseTopic", m => Parser = m);
export let SettingsRouter: any;
waitFor(["open", "saveAccountChanges"], m => SettingsRouter = m);
export const PermissionsBits: t.PermissionsBits = findLazy(m => typeof m.ADMINISTRATOR === "bigint");