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

Commit

Permalink
Allow context=None in _add_device_outbound_poke_to_stream_txn
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Jun 15, 2022
1 parent 8395995 commit 60e2ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/storage/databases/main/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -1728,7 +1728,7 @@ def _add_device_outbound_poke_to_stream_txn(
device_ids: Iterable[str],
hosts: Collection[str],
stream_ids: List[int],
context: Dict[str, str],
context: Optional[Dict[str, str]],
) -> None:
for host in hosts:
txn.call_after(
Expand Down

0 comments on commit 60e2ce0

Please sign in to comment.