Skip to content
Snippets Groups Projects
Unverified Commit babc0275 authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

Fix a bad merge from release-v1.20.0. (#8354)

parent 00db7786
No related branches found
No related tags found
No related merge requests found
Fix bad merge from `release-v1.20.0` branch to `develop`.
......@@ -385,7 +385,7 @@ class PaginationHandler:
)
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment