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

Commit 041119a

Browse files
committed
Fix a bad merge.
1 parent 00db778 commit 041119a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/8354.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix bad merge from `release-v1.20.0` branch to `develop`.

synapse/handlers/pagination.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ async def get_messages(
385385
)
386386

387387
await self.hs.get_handlers().federation_handler.maybe_backfill(
388-
room_id, curr_topo, limit=source_config.limit,
388+
room_id, curr_topo, limit=pagin_config.limit,
389389
)
390390

391391
to_room_key = None

0 commit comments

Comments
 (0)