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

Commit 1798073

Browse files
committed
Fix type
1 parent 74b4fb9 commit 1798073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/handlers/appservice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ async def _handle_typing(
416416
return typing
417417

418418
async def _handle_receipts(
419-
self, service: ApplicationService, new_token: Optional[int]
419+
self, service: ApplicationService, new_token: int
420420
) -> List[JsonDict]:
421421
"""
422422
Return the latest read receipts that the given application service should receive.

0 commit comments

Comments
 (0)