1
0

Merge commit '631dd06f2' into anoa/dinsic_release_1_31_0

This commit is contained in:
Andrew Morgan
2021-04-22 16:22:43 +01:00
13 changed files with 569 additions and 175 deletions

View File

@@ -71,7 +71,7 @@ logger = logging.getLogger("synapse_port_db")
BOOLEAN_COLUMNS = {
"events": ["processed", "outlier", "contains_url"],
"rooms": ["is_public"],
"rooms": ["is_public", "has_auth_chain_index"],
"event_edges": ["is_state"],
"presence_list": ["accepted"],
"presence_stream": ["currently_active"],