Automatically unbridge guild when leaving if it has no other Matrix users

This commit is contained in:
Tulir Asokan
2023-01-27 21:06:29 +02:00
parent 587cf8a17e
commit 7d959c92dc
5 changed files with 23 additions and 3 deletions

View File

@@ -41,6 +41,7 @@ func DoUpgrade(helper *up.Helper) {
helper.Copy(up.Bool, "bridge", "sync_direct_chat_list")
helper.Copy(up.Bool, "bridge", "resend_bridge_info")
helper.Copy(up.Bool, "bridge", "delete_portal_on_channel_delete")
helper.Copy(up.Bool, "bridge", "delete_guild_on_leave")
helper.Copy(up.Bool, "bridge", "federate_rooms")
helper.Copy(up.Map, "bridge", "double_puppet_server_map")
helper.Copy(up.Bool, "bridge", "double_puppet_allow_discovery")