mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
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:
committed by
Tim Abbott
parent
f04fb937a3
commit
795b2ba14e
@@ -1,9 +1,20 @@
|
||||
<p>
|
||||
{{#tr}}
|
||||
Archiving channel <z-stream></z-stream> will immediately unsubscribe everyone. This action cannot be undone.
|
||||
Archiving this channel <z-stream></z-stream> will:
|
||||
{{#*inline "z-stream"}}<strong>{{{stream_name_with_privacy_symbol_html}}}</strong>{{/inline}}
|
||||
{{/tr}}
|
||||
</p>
|
||||
<p>
|
||||
<ul>
|
||||
<li>{{#tr}}Remove it from the left sidebar for all users.{{/tr}}</li>
|
||||
<li>{{#tr}}Prevent new messages from being sent to this channel.{{/tr}}</li>
|
||||
<li>{{#tr}}Prevent messages in this channel from being edited, deleted, or moved.{{/tr}}</li>
|
||||
</ul>
|
||||
{{#tr}}
|
||||
Users can still search for messages in archived channels.<br/>
|
||||
This action cannot be undone.
|
||||
{{/tr}}
|
||||
</p>
|
||||
{{#if is_announcement_stream}}
|
||||
<p class="notification_stream_archive_warning">{{#tr}}Archiving this channel will also disable settings that were configured to use this channel:{{/tr}}</p>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user