refactor: clean up chat and split up embed handling

This commit is contained in:
Andy Burke 2025-09-16 12:25:11 -07:00
parent 03751c6d00
commit 7e4ab72fe6
14 changed files with 352 additions and 274 deletions

View file

@ -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'
];