mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
[roomcomments] implement basic room comments
This commit is contained in:
@@ -29,6 +29,7 @@ export const DOCUMENTED_SERVICES: ReadonlyArray<{ slug: string; title: string }>
|
||||
{ slug: 'cdn', title: 'cdn — binary asset delivery' },
|
||||
{ slug: 'storage', title: 'storage — uploads to the CDN bucket' },
|
||||
{ slug: 'playersettings', title: 'playersettings — per-player settings' },
|
||||
{ slug: 'roomcomments', title: 'roomcomments — notes pinned in a room' },
|
||||
{ slug: 'discovery', title: 'discovery — discovery page layouts' },
|
||||
{ slug: 'ai', title: 'ai — game AI access' },
|
||||
{ slug: 'api', title: 'api — everything else' },
|
||||
|
||||
Reference in New Issue
Block a user