We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650dc7d commit 173b367Copy full SHA for 173b367
synapse/handlers/sliding_sync/__init__.py
@@ -1178,9 +1178,10 @@ async def _get_bump_stamp(
1178
changed.
1179
1180
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.
+ room_id
+ to_token: The upper bound of token to return
+ timeline: The list of events we have fetched.
1184
+ limited: If the timeline was limited.
1185
check_non_timeline: Whether we need to check for bump stamp for
1186
events before the timeline if we didn't find a bump stamp in
1187
the timeline events.
0 commit comments