diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-06-22 08:04:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 08:04:14 -0400 |
commit | 95e41f368b19996872a1661d7066670fe65f1eba (patch) | |
tree | b8df24ee527824a37ac704f6ba7e8a6147fc38fd /scripts | |
parent | Convert directory handler to async/await (#7727) (diff) | |
download | synapse-95e41f368b19996872a1661d7066670fe65f1eba.tar.xz |
Allow local media to be marked as safe from being quarantined. (#7718)
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 810e08beb5..c2023f3e4d 100755 --- a/scripts/synapse_port_db +++ b/scripts/synapse_port_db @@ -89,6 +89,7 @@ BOOLEAN_COLUMNS = { "account_validity": ["email_sent"], "redactions": ["have_censored"], "room_stats_state": ["is_federatable"], + "local_media_repository": ["safe_from_quarantine"], } |