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

Commit fab3547

Browse files
Update synapse/appservice/api.py
Co-authored-by: Erik Johnston <[email protected]>
1 parent 5a3a5d9 commit fab3547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/appservice/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ async def push_bulk(
258258
uri = service.url + ("/transactions/%s" % urllib.parse.quote(str(txn_id)))
259259

260260
# Never send ephemeral events to appservices that do not support it
261-
body: Dict[str, Union[JsonDict, List[JsonDict]]] = {"events": serialized_events}
261+
body: JsonDict= {"events": serialized_events}
262262
if service.supports_ephemeral:
263263
body.update(
264264
{

0 commit comments

Comments
 (0)