summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-06-22 08:04:14 -0400
committerGitHub <noreply@github.com>2020-06-22 08:04:14 -0400
commit95e41f368b19996872a1661d7066670fe65f1eba (patch)
treeb8df24ee527824a37ac704f6ba7e8a6147fc38fd /scripts
parentConvert directory handler to async/await (#7727) (diff)
downloadsynapse-95e41f368b19996872a1661d7066670fe65f1eba.tar.xz
Allow local media to be marked as safe from being quarantined. (#7718)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/synapse_port_db1
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"],
 }