Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge branch 'rav/docstrings' into rav/return_state_dict
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Nov 12, 2015
2 parents a7da3fd + 6f50513 commit 405d26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/rest/client/v2_alpha/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def encode_archived(self, rooms, filter, time_now, token_id):
@staticmethod
def encode_room(room, filter, time_now, token_id, joined=True):
"""
:param JoinedSyncResult|ArchivedSyncResult room: sync result for a
:param JoinedSyncResult|ArchivedSyncResult room: sync result for a
single room
:param FilterCollection filter: filters to apply to the results
:param int time_now: current time - used as a baseline for age
Expand Down

0 comments on commit 405d26d

Please sign in to comment.