Add private_chat_portal_meta option and fix bugs

* The new option is implicitly enabled when encryption is default
* Private chat metadata is now updated after creating the room too
* The puppet metadata is updated before creating the room, to make sure their
  name is available locally
This commit is contained in:
Tulir Asokan
2020-05-20 21:19:42 +03:00
parent 4d8d332732
commit 40beb8f752
5 changed files with 34 additions and 17 deletions
+1
View File
@@ -123,6 +123,7 @@ class Config(BaseBridgeConfig):
copy("bridge.animated_sticker.args")
copy("bridge.encryption.allow")
copy("bridge.encryption.default")
copy("bridge.private_chat_portal_meta")
copy("bridge.initial_power_level_overrides.group")
copy("bridge.initial_power_level_overrides.user")