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

Commit c5048fe

Browse files
committed
Remove parameter too
1 parent 9098c9d commit c5048fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

synapse/replication/http/presence.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ def __init__(self, hs: "HomeServer"):
9797
async def _serialize_payload( # type: ignore[override]
9898
user_id: str,
9999
state: JsonDict,
100-
ignore_status_msg: bool = False,
101100
force_notify: bool = False,
102101
) -> JsonDict:
103102
return {

0 commit comments

Comments
 (0)