diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-01-31 18:30:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-31 18:30:40 +0000 |
commit | 07dfe148de2fbc6eb22be662ed8216a6e11f6811 (patch) | |
tree | 17fec85ac36501b1786857ef74e8b1c716800890 /synapse/handlers | |
parent | Fix infinite loop when an event is redacted in a v3 room (#4535) (diff) | |
download | synapse-07dfe148de2fbc6eb22be662ed8216a6e11f6811.tar.xz |
Add some debug for membership syncing issues (#4538)
I can't figure out what's going on with #4422 and #4436; perhaps this will help.
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/sync.py | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py |