mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
streams: Add notifications for description changes.
This is a part of #20289.
This commit is contained in:
@@ -284,7 +284,7 @@ def update_stream_backend(
|
||||
if "\n" in description:
|
||||
# We don't allow newline characters in stream descriptions.
|
||||
description = description.replace("\n", " ")
|
||||
do_change_stream_description(stream, description)
|
||||
do_change_stream_description(stream, description, acting_user=user_profile)
|
||||
if new_name is not None:
|
||||
new_name = new_name.strip()
|
||||
if stream.name == new_name:
|
||||
|
||||
Reference in New Issue
Block a user