summary refs log tree commit diff
path: root/scripts/synapse_port_db
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-10-19 17:06:14 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2020-10-19 17:06:14 +0100
commitd47db9e9e9fad4e171aab3de12dd5c214cf71ed4 (patch)
tree8f4dd37e2694f18ad44b1b69e3cd1e04b591b6e5 /scripts/synapse_port_db
parentMerge commit 'fe6cfc80e' into anoa/dinsic_release_1_21_x (diff)
parentRevert #7736 (#8039) (diff)
downloadsynapse-d47db9e9e9fad4e171aab3de12dd5c214cf71ed4.tar.xz
Merge commit '2ffd6783c' into anoa/dinsic_release_1_21_x
* commit '2ffd6783c':
  Revert #7736 (#8039)
Diffstat (limited to 'scripts/synapse_port_db')
-rwxr-xr-xscripts/synapse_port_db2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/synapse_port_db b/scripts/synapse_port_db

index 61987c284f..604e0fd662 100755 --- a/scripts/synapse_port_db +++ b/scripts/synapse_port_db
@@ -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"],