Skip to content

Commit

Permalink
api_types: Remove email_address field in Subscription.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsashank committed Dec 14, 2023
1 parent a1760cf commit 4de6dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zulipterminal/api_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class Subscription(TypedDict):
push_notifications: Optional[bool]
audible_notifications: Optional[bool]
pin_to_top: bool
email_address: str
email_address: str # Removed in Zulip 8.0; new endpoint added (feature level 226)

is_muted: bool

Expand Down

0 comments on commit 4de6dee

Please sign in to comment.