Fix system tags defaulting to off on servers with no per-guild settings
This commit is contained in:
parent
a5a39cba0a
commit
ffe7400539
@ -45,7 +45,7 @@ as $$
|
|||||||
system_last_switch.timestamp as last_switch_timestamp,
|
system_last_switch.timestamp as last_switch_timestamp,
|
||||||
system.tag as system_tag,
|
system.tag as system_tag,
|
||||||
system.guild_tag as system_guild_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.avatar_url as system_avatar,
|
||||||
system.account_autoproxy as allow_autoproxy,
|
system.account_autoproxy as allow_autoproxy,
|
||||||
system.latch_timeout as latch_timeout
|
system.latch_timeout as latch_timeout
|
||||||
|
Loading…
Reference in New Issue
Block a user