mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Fix system tags defaulting to off on servers with no per-guild settings
This commit is contained in:
parent
a5a39cba0a
commit
ffe7400539
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ as $$
|
|||
system_last_switch.timestamp as last_switch_timestamp,
|
||||
system.tag as system_tag,
|
||||
system.guild_tag as system_guild_tag,
|
||||
system.tag_enabled as tag_enabled,
|
||||
coalesce(system.tag_enabled, true) as tag_enabled,
|
||||
system.avatar_url as system_avatar,
|
||||
system.account_autoproxy as allow_autoproxy,
|
||||
system.latch_timeout as latch_timeout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue