mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
correct docs
This commit is contained in:
@@ -77,7 +77,7 @@ but not yet backed by a Worker. Not all services are fully implemented.
|
|||||||
| Link | `link` | — | Not yet implemented |
|
| Link | `link` | — | Not yet implemented |
|
||||||
| Lists | `lists` | — | Not yet implemented |
|
| Lists | `lists` | — | Not yet implemented |
|
||||||
| Matchmaking | `match` | `match` | Matchmaking & per-player presence (D1, KV) |
|
| Matchmaking | `match` | `match` | Matchmaking & per-player presence (D1, KV) |
|
||||||
| Moderation | `api` | `api` | Served by the `api` worker (shares the API host) |
|
| Moderation | `moderation` | — | Not yet implemented |
|
||||||
| Notifications | `notify` | `notify` | Real-time notifications over SignalR/WebSockets (Durable Object) |
|
| Notifications | `notify` | `notify` | Real-time notifications over SignalR/WebSockets (Durable Object) |
|
||||||
| PlatformNotifications | `platformnotifications` | — | Not yet implemented |
|
| PlatformNotifications | `platformnotifications` | — | Not yet implemented |
|
||||||
| PlayerSettings | `playersettings` | `playersettings` | Per-player settings (KV) |
|
| PlayerSettings | `playersettings` | `playersettings` | Per-player settings (KV) |
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ const SERVICE_SUBDOMAINS = {
|
|||||||
Link: 'link',
|
Link: 'link',
|
||||||
Lists: 'lists',
|
Lists: 'lists',
|
||||||
Matchmaking: 'match',
|
Matchmaking: 'match',
|
||||||
Moderation: 'api',
|
Moderation: 'moderation',
|
||||||
Notifications: 'notify',
|
Notifications: 'notify',
|
||||||
PlatformNotifications: 'platformnotifications',
|
PlatformNotifications: 'platformnotifications',
|
||||||
PlayerSettings: 'playersettings',
|
PlayerSettings: 'playersettings',
|
||||||
|
|||||||
Reference in New Issue
Block a user