Add option to disable /syncing with custom puppets

This commit is contained in:
Tulir Asokan
2018-07-21 11:23:34 -04:00
parent 54d7ac5542
commit e4e100a184
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -191,6 +191,7 @@ class Config(DictWithRecursion):
copy("bridge.public_portals")
copy("bridge.native_stickers")
copy("bridge.catch_up")
copy("bridge.sync_with_custom_puppets")
if "bridge.message_formats.m_text" in self:
del self["bridge.message_formats"]