mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
management: Rename command reactivate_stream -> unarchive_stream.
This commit is contained in:
@@ -158,7 +158,7 @@ def deactivated_streams_by_old_name(realm: Realm, stream_name: str) -> QuerySet[
|
||||
|
||||
|
||||
@transaction.atomic(savepoint=False)
|
||||
def do_reactivate_stream(
|
||||
def do_unarchive_stream(
|
||||
stream: Stream, new_name: str, *, acting_user: Optional[UserProfile]
|
||||
) -> None:
|
||||
realm = stream.realm
|
||||
|
||||
Reference in New Issue
Block a user