Add option to disable removing avatars from Telegram ghosts

There's no way to determine whether an avatar is removed or just hidden
from some users, so avatars are not removed by default.
This commit is contained in:
Tulir Asokan
2020-05-29 15:27:36 +03:00
parent fb1ab220ff
commit 35da8df526
4 changed files with 11 additions and 2 deletions
+1
View File
@@ -83,6 +83,7 @@ class Config(BaseBridgeConfig):
copy("bridge.displayname_preference")
copy("bridge.displayname_max_length")
copy("bridge.allow_avatar_remove")
copy("bridge.max_initial_member_sync")
copy("bridge.sync_channel_members")