refactor: finish UX refactor and move events storage
This commit is contained in:
parent
4347d20263
commit
f760156651
10 changed files with 269 additions and 27 deletions
|
|
@ -14,6 +14,10 @@ const DEFAULT_USER_PERMISSIONS: string[] = [
|
|||
'self.read',
|
||||
'self.write',
|
||||
'topics.read',
|
||||
'topics.chat.write',
|
||||
'topics.chat.read',
|
||||
'topics.threads.write',
|
||||
'topics.threads.read',
|
||||
'users.read'
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue