summary refs log tree commit diff
path: root/synapse/storage/stream.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-21Fix doc string to point at the right classMark Haines1-2/+3
2015-09-21Add explicit "elif event.membership == Membership.LEAVE" for clarityMark Haines1-1/+2
2015-09-21Clamp the "to" token for /rooms/{roomId}/messages to when the user leftMark Haines1-0/+4
the room. There isn't a way for the client to learn a valid "to" token for a room that they have left in the C-S API but that doesn't stop a client making one up.
2015-09-21Clarify which event is returned by check_user_was_in_roomMark Haines1-2/+3
2015-09-17Remove run_on_reactorErik Johnston1-3/+0
2015-09-16Update changelogErik Johnston1-1/+3
2015-09-15"Comments"Erik Johnston1-0/+6
2015-09-15When updating a stored event from outlier to non-outlier, remember to update ↵Erik Johnston2-0/+5
the extremeties
2015-09-15Use shorter config key nameDaniel Wagner-Hall2-4/+5
2015-09-15Rename context factoryDa