mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
settings: Add realm-level setting 'zulip_update_announcements_stream'.
This commit adds a realm-level setting named 'zulip_update_announcements_stream' that configures the stream to which zulip updates should be posted. Fixes part of #28604.
This commit is contained in:
committed by
Tim Abbott
parent
e6109ba192
commit
fe1a20ebb3
@@ -372,6 +372,13 @@ exports.fixtures = {
|
||||
value: false,
|
||||
},
|
||||
|
||||
realm__update__zulip_update_announcements_stream_id: {
|
||||
type: "realm",
|
||||
op: "update",
|
||||
property: "zulip_update_announcements_stream_id",
|
||||
value: 42,
|
||||
},
|
||||
|
||||
realm__update_dict__default: {
|
||||
type: "realm",
|
||||
op: "update_dict",
|
||||
|
||||
Reference in New Issue
Block a user