do_deactivate_stream: Remove unnecessary mutations.

Streams should not be marked as private, and subscribers
of the deactivated stream should not be removed.

Update the confirmation message when archiving a stream.
This commit is contained in:
Sanchit Sharma
2024-07-07 19:01:08 +05:30
committed by Tim Abbott
parent f04fb937a3
commit 795b2ba14e
7 changed files with 102 additions and 165 deletions

View File

@@ -126,7 +126,7 @@ def add_emoji_to_message() -> dict[str, object]:
# The message ID here is hardcoded based on the corresponding value
# for the example message IDs we use in zulip.yaml.
message_id = 47
message_id = 48
emoji_name = "octopus"
emoji_code = "1f419"
reaction_type = "unicode_emoji"