summary refs log tree commit diff
path: root/synapse/handlers/message.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-26Pass the current time to serialize event, rather than passing anMark Haines7-20/+45
HS and getting a clock from it and calling time_msec on the clock. Remove the serialize_event method from the HS since it is no longer needed.
2015-01-23Add client v2_alpha resource to synapse server resource treeMark Haines6-1/+132