summary refs log tree commit diff
path: root/synapse/handlers/sync.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-12-09Fix rare notifier bug where listeners dont timeoutErik Johnston1-0/+1
There was a race condition that caused the notifier to 'miss' the timeout notification, since there were no other checks for the timeout this caused listeners to get stuck in a loop until something happened.
2016-12-08Add /room/<room_id>/joined_members APIErik Johnston3-9/+38