diff options
author | Erik Johnston <erikj@jki.re> | 2017-02-13 12:20:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-13 12:20:21 +0100 |
commit | 6bba80241c22fbf702419c0cea57dfcbc7144b30 (patch) | |
tree | a2e2a9f5f619711651bebb25c2eb1d62c5e9ba6d | |
parent | Merge pull request #1907 from andrewshadura/develop (diff) | |
parent | Add db functions needed for room initial sync to slave (diff) | |
download | synapse-6bba80241c22fbf702419c0cea57dfcbc7144b30.tar.xz |
Merge pull request #1912 from matrix-org/markjh/roominitialsync
Add db functions needed for room initial sync to slave
-rw-r--r-- | synapse/app/synchrotron.py | 4 | ||||
-rw-r--r-- | synapse/replication/slave/storage/account_data.py | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/synapse/app/synchrotron.py b/synapse/app/synchrotron.py |