forked from andyburke/autonomous.contact
refactor: clean up chat and split up embed handling
This commit is contained in:
parent
03751c6d00
commit
7e4ab72fe6
14 changed files with 352 additions and 274 deletions
|
|
@ -16,8 +16,9 @@ const DEFAULT_USER_PERMISSIONS: string[] = [
|
|||
'topics.read',
|
||||
'topics.chat.write',
|
||||
'topics.chat.read',
|
||||
'topics.threads.write',
|
||||
'topics.threads.read',
|
||||
'topics.posts.create',
|
||||
'topics.posts.write',
|
||||
'topics.posts.read',
|
||||
'users.read'
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue