mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
event_types: Add missing default EventPushDevice.error_code = None.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
94ed87129f
commit
ba53ec5712
@@ -287,7 +287,7 @@ class EventPushDevice(BaseEvent):
|
||||
type: Literal["push_device"]
|
||||
push_account_id: str
|
||||
status: Literal["active", "failed", "pending"]
|
||||
error_code: str | None
|
||||
error_code: str | None = None
|
||||
|
||||
|
||||
class NavigationViewFields(BaseModel):
|
||||
|
Reference in New Issue
Block a user