feature: forum replies

feature: blurbs
This commit is contained in:
Andy Burke 2025-09-21 18:29:37 -07:00
parent ab63d4ba8d
commit 591fd38088
14 changed files with 651 additions and 290 deletions

View file

@ -181,6 +181,10 @@ export async function POST(req: Request, meta: Record<string, any>): Promise<Res
});
}
console.dir({
event
});
await events.create(event);
return Response.json(event, {

View file

@ -14,6 +14,9 @@ const DEFAULT_USER_PERMISSIONS: string[] = [
'self.read',
'self.write',
'topics.read',
'topics.blurbs.create',
'topics.blurbs.read',
'topics.blurbs.write',
'topics.chat.write',
'topics.chat.read',
'topics.posts.create',