mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:26:02 -04:00
Allow local media to be marked as safe from being quarantined. (#7718)
This commit is contained in:
parent
e060bf4462
commit
95e41f368b
7 changed files with 122 additions and 110 deletions
|
@ -89,6 +89,7 @@ BOOLEAN_COLUMNS = {
|
|||
"account_validity": ["email_sent"],
|
||||
"redactions": ["have_censored"],
|
||||
"room_stats_state": ["is_federatable"],
|
||||
"local_media_repository": ["safe_from_quarantine"],
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue