Better _EventFields mk2

This commit is contained in:
Erik Johnston
2026-05-14 18:30:17 +01:00
parent 2fcfef14ae
commit 01057bb460
+1 -1
View File
@@ -110,7 +110,7 @@ class _EventFields(TypedDict):
content: NotRequired[JsonDict]
depth: NotRequired[int]
origin_server_ts: NotRequired[int]
hashes: NotRequired[dict]
hashes: NotRequired[dict[str, str]]
auth_events: NotRequired[list[str]]
prev_events: NotRequired[list[str]]
prev_state_events: NotRequired[list[str]]