diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-11-26 13:58:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-26 13:58:39 +0000 |
commit | a8175d0f96d1fcb1f321045d620d5170c680e73a (patch) | |
tree | 58155cf8d3c50773f6cfccfcb2d142f640fdd65f /synapse/storage | |
parent | Merge pull request #6332 from matrix-org/erikj/query_devices_fix (diff) | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into anoa/fix_account... (diff) | |
download | synapse-a8175d0f96d1fcb1f321045d620d5170c680e73a.tar.xz |
Prevent account_data content from being sent over TCP replication (#6333)
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/data_stores/main/account_data.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/synapse/storage/data_stores/main/account_data.py b/synapse/storage/data_stores/main/account_data.py |