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:
Sahil Batra
2023-04-14 22:28:10 +05:30
committed by Tim Abbott
parent 0b608d7952
commit 8874328b87
7 changed files with 68 additions and 13 deletions

View File

@@ -286,6 +286,7 @@ export function initialize() {
stream_popover.build_move_topic_to_stream_popover(
message.stream_id,
message.topic,
false,
message,
);
e.stopPropagation();