Skip to content

Commit 173b367

Browse files
committed
Fix wrapping
1 parent 650dc7d commit 173b367

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

synapse/handlers/sliding_sync/__init__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,9 +1178,10 @@ async def _get_bump_stamp(
11781178
changed.
11791179
11801180
Args:
1181-
room_id to_token: The upper bound of token to return timeline: The
1182-
list of events we have fetched. limited: If the timeline was
1183-
limited.
1181+
room_id
1182+
to_token: The upper bound of token to return
1183+
timeline: The list of events we have fetched.
1184+
limited: If the timeline was limited.
11841185
check_non_timeline: Whether we need to check for bump stamp for
11851186
events before the timeline if we didn't find a bump stamp in
11861187
the timeline events.

0 commit comments

Comments
 (0)