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

Commit

Permalink
Fix a bad merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Sep 18, 2020
1 parent 00db778 commit 041119a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/8354.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix bad merge from `release-v1.20.0` branch to `develop`.
2 changes: 1 addition & 1 deletion synapse/handlers/pagination.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ async def get_messages(
)

await self.hs.get_handlers().federation_handler.maybe_backfill(
room_id, curr_topo, limit=source_config.limit,
room_id, curr_topo, limit=pagin_config.limit,
)

to_room_key = None
Expand Down

0 comments on commit 041119a

Please sign in to comment.