diff options
author | Matthew Hodgson <matthew@matrix.org> | 2018-09-11 00:37:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-11 00:37:57 +0100 |
commit | 92c918d25375cecceb2f8dee6cc059ad18dff35f (patch) | |
tree | 917cdbb35a6ba81e0ddec19ff8bfc6713f3ed2fb | |
parent | changelog (diff) | |
download | synapse-92c918d25375cecceb2f8dee6cc059ad18dff35f.tar.xz |
We actually have to include state for LL members
as the user might not have heard of them before, even though we’re not LLing members in incremental syncs
-rw-r--r-- | synapse/handlers/sync.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py |