mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
streams: Fix setting values passed in never subbed dicts.
This commit fixes the code to pass AnonymousSettingGroupDict value instead of group ID when the setting is set to anonymous groups in never subscribred streams subscription dicts.
This commit is contained in:
@@ -220,7 +220,7 @@ class SubscriptionStreamDict(TypedDict):
|
||||
|
||||
class NeverSubscribedStreamDict(TypedDict):
|
||||
is_archived: bool
|
||||
can_remove_subscribers_group: int
|
||||
can_remove_subscribers_group: int | AnonymousSettingGroupDict
|
||||
creator_id: int | None
|
||||
date_created: int
|
||||
description: str
|
||||
|
||||
Reference in New Issue
Block a user