mirror of https://github.com/zulip/zulip.git
compose banners: Fix move topic permissions.
Not resolving a topic does not involve moving messages between streams.
This commit is contained in:
parent
606258e75b
commit
dc4f933f4f
|
@ -202,7 +202,7 @@ export function warn_if_topic_resolved(topic_changed) {
|
||||||
const context = {
|
const context = {
|
||||||
stream_id: sub.stream_id,
|
stream_id: sub.stream_id,
|
||||||
topic_name,
|
topic_name,
|
||||||
can_move_topic: settings_data.user_can_move_messages_between_streams(),
|
can_move_topic: settings_data.user_can_edit_topic_of_any_message(),
|
||||||
};
|
};
|
||||||
|
|
||||||
const new_row = render_compose_resolved_topic(context);
|
const new_row = render_compose_resolved_topic(context);
|
||||||
|
|
Loading…
Reference in New Issue