re-enable this nonsense again
This commit is contained in:
parent
8f696ead70
commit
3112c39664
1 changed files with 7 additions and 7 deletions
|
@ -21,8 +21,8 @@
|
||||||
bridge = {
|
bridge = {
|
||||||
displayname_template = "{displayname}";
|
displayname_template = "{displayname}";
|
||||||
allow_avatar_remove = true;
|
allow_avatar_remove = true;
|
||||||
#max_initial_member_sync = -1;
|
max_initial_member_sync = -1;
|
||||||
#sync_create_limit = 0;
|
sync_create_limit = 0;
|
||||||
sync_direct_chats = true;
|
sync_direct_chats = true;
|
||||||
sync_direct_chat_list = true;
|
sync_direct_chat_list = true;
|
||||||
double_puppet_server_map = { };
|
double_puppet_server_map = { };
|
||||||
|
@ -30,11 +30,11 @@
|
||||||
double_puppet_allow_discovery = true;
|
double_puppet_allow_discovery = true;
|
||||||
invite_link_resolve = true;
|
invite_link_resolve = true;
|
||||||
animated_sticker.target = "webm";
|
animated_sticker.target = "webm";
|
||||||
#encryption = {
|
encryption = {
|
||||||
#allow = true;
|
allow = true;
|
||||||
#default = true;
|
default = true;
|
||||||
#keysharing.allow = true;
|
keysharing.allow = true;
|
||||||
#};
|
};
|
||||||
delivery_receipts = true;
|
delivery_receipts = true;
|
||||||
delivery_error_reports = true;
|
delivery_error_reports = true;
|
||||||
pinned_tag = "m.favourite";
|
pinned_tag = "m.favourite";
|
||||||
|
|
Loading…
Reference in a new issue