mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 15:09:34 +00:00
stream_popover: Add "Rename topic" option in topic sidebar popover.
This commit adds "Rename topic" option in topic sidebar popover which will be shown when user is only allowed to edit topics and not streams. Note that we still cannot show or hide the option as per the time limit setting (since client may not have the first message of the topic locally), so we just show or hide it as per move_messages_within_stream_policy setting. Fixes #19886.
This commit is contained in:
@@ -286,6 +286,7 @@ export function initialize() {
|
||||
stream_popover.build_move_topic_to_stream_popover(
|
||||
message.stream_id,
|
||||
message.topic,
|
||||
false,
|
||||
message,
|
||||
);
|
||||
e.stopPropagation();
|
||||
|
||||
Reference in New Issue
Block a user