1
0

Merge commit '2ffd6783c' into anoa/dinsic_release_1_21_x

* commit '2ffd6783c':
  Revert #7736 (#8039)
This commit is contained in:
Andrew Morgan
2020-10-19 17:06:14 +01:00
12 changed files with 19 additions and 339 deletions

View File

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