feature: watches on the backend, need frontend implementation for

notifications and unread indicators
This commit is contained in:
Andy Burke 2025-10-25 14:57:28 -07:00
parent 7046bb0389
commit 6293374bb7
28 changed files with 1405 additions and 608 deletions

View file

@ -30,7 +30,10 @@ const DEFAULT_USER_PERMISSIONS: string[] = [
'topics.posts.create',
'topics.posts.write',
'topics.posts.read',
'users.read'
'users.read',
'watches.create.own',
'watches.read.own',
'watches.write.own'
];
export const PRECHECKS: PRECHECK_TABLE = {};