feat: rewrite database schema for localized autoproxy
This commit is contained in:
@@ -120,11 +120,10 @@ Every PluralKit entity has two IDs: a short (5-character) ID and a longer UUID.
|
||||
|---|---|---|
|
||||
|guild_id|snowflake|only sent if the guild ID isn't already known (in dispatch payloads)|
|
||||
|proxying_enabled|boolean||
|
||||
|autoproxy_mode|autoproxy mode enum||
|
||||
|autoproxy_member|?string|must be set if autoproxy_mode is `member`|
|
||||
|tag|?string|79-character limit|
|
||||
|tag_enabled|boolean||
|
||||
|
||||
<!--
|
||||
#### Autoproxy mode enum
|
||||
|
||||
|key|description|
|
||||
@@ -133,6 +132,7 @@ Every PluralKit entity has two IDs: a short (5-character) ID and a longer UUID.
|
||||
|front|autoproxy is set to the first member in the current fronters list, or disabled if the current switch contains no members|
|
||||
|latch|autoproxy is set to the last member who sent a proxied message in the server|
|
||||
|member|autoproxy is set to a specific member (see `autoproxy_member` key)|
|
||||
-->
|
||||
|
||||
### Member guild settings model
|
||||
|
||||
|
Reference in New Issue
Block a user