Remove double puppet syncing option

This commit is contained in:
Tulir Asokan
2022-07-07 21:14:51 +03:00
parent 1efcd8312c
commit 4bc3887471
4 changed files with 4 additions and 173 deletions

View File

@@ -33,7 +33,6 @@ func DoUpgrade(helper *up.Helper) {
helper.Copy(up.Bool, "bridge", "message_status_events")
helper.Copy(up.Bool, "bridge", "message_error_notices")
helper.Copy(up.Bool, "bridge", "restricted_rooms")
helper.Copy(up.Bool, "bridge", "sync_with_custom_puppets")
helper.Copy(up.Bool, "bridge", "sync_direct_chat_list")
helper.Copy(up.Bool, "bridge", "resend_bridge_info")
helper.Copy(up.Bool, "bridge", "federate_rooms")