Add more options for guild message handling

This commit is contained in:
Tulir Asokan
2023-02-18 22:53:51 +02:00
parent 541c8e1169
commit 4676ec98c4
7 changed files with 152 additions and 39 deletions

View File

@@ -312,6 +312,6 @@ func (guild *Guild) RemoveMXID() {
guild.MXID = ""
guild.AvatarSet = false
guild.NameSet = false
guild.AutoBridgeChannels = false
guild.BridgingMode = database.GuildBridgeNothing
guild.Update()
}