mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 15:09:34 +00:00
settings: Rename notifications_stream to new_stream_announce..._stream.
This commit renames the realm-level setting 'notifications_stream' to 'new_stream_announcements_stream'. The new name reflects better what the setting does.
This commit is contained in:
committed by
Tim Abbott
parent
0c83bca81e
commit
ab453fbe20
@@ -918,7 +918,7 @@ def check_realm_update(
|
||||
|
||||
assert "extra_data" not in event
|
||||
|
||||
if prop in ["notifications_stream_id", "signup_notifications_stream_id", "org_type"]:
|
||||
if prop in ["new_stream_announcements_stream_id", "signup_notifications_stream_id", "org_type"]:
|
||||
assert isinstance(value, int)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user