Per-guild presence sync settings

On by default for existing and small guilds.
Off for new large guilds.
Can be toggled either way.
This commit is contained in:
Cadence Ember
2025-02-10 16:54:30 +13:00
parent 69e3d64905
commit 0f435e930e
8 changed files with 56 additions and 7 deletions

View File

@@ -33,6 +33,7 @@ export type Models = {
guild_id: string
space_id: string
privacy_level: number
presence: 0 | 1
}
guild_active: {