Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Undo the deletion of some tables #6047

Merged
merged 4 commits into from
Sep 19, 2019
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion changelog.d/5893.misc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Drop some unused tables.
Stop populating some unused tables.
2 changes: 2 additions & 0 deletions changelog.d/6047.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Stop populating some unused tables.

2 changes: 1 addition & 1 deletion synapse/config/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def read_config(self, config, **kwargs):
self.registration_shared_secret = config.get("registration_shared_secret")

self.bcrypt_rounds = config.get("bcrypt_rounds", 12)
self.trusted_third_party_id_servers = config.get(
self.trusted_third_party_id_serverstrusted_third_party_id_servers = config.get(
richvdh marked this conversation as resolved.
Show resolved Hide resolved
"trusted_third_party_id_servers", ["matrix.org", "vector.im"]
)
account_threepid_delegates = config.get("account_threepid_delegates") or {}
Expand Down
20 changes: 0 additions & 20 deletions synapse/storage/schema/delta/56/drop_unused_event_tables.sql

This file was deleted.