summary refs log tree commit diff
path: root/scripts-dev/check_signature.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-30Fix remote invite rejections not comming down syncErik Johnston1-1/+13
This was broken in PR #4405, commit 886e5ac, where we changed remote rejections to be outliers. The fix is to explicitly add the leave event in when we know its an out of band invite. We can't always add the event as if the server is/was in the room there might be more events to send down the sync than just the leave.
2019-01-30Fix replication for room v3 (#4523)Erik Johnston2-1/+5