diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2020-10-06 13:26:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-06 13:26:29 -0400 |
commit | 3cd78bbe9e208d2e93ccebee5d3586ee5f5a5d31 (patch) | |
tree | f893c4e6a1e4129d6f79ed6cada0712ce0d545b8 /scripts | |
parent | Additional tests for third-party event rules (#8468) (diff) | |
download | synapse-3cd78bbe9e208d2e93ccebee5d3586ee5f5a5d31.tar.xz |
Add support for MSC2732: olm fallback keys (#8312)
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/synapse_port_db | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/synapse_port_db b/scripts/synapse_port_db index 7e12f5440c..2d0b59ab53 100755 --- a/scripts/synapse_port_db +++ b/scripts/synapse_port_db @@ -90,6 +90,7 @@ BOOLEAN_COLUMNS = { "room_stats_state": ["is_federatable"], "local_media_repository": ["safe_from_quarantine"], "users": ["shadow_banned"], + "e2e_fallback_keys_json": ["used"], } |