mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: allow moderators to convert a private message to public topic or vice versa
This commit is contained in:
@@ -256,7 +256,7 @@
|
||||
{{/if}}
|
||||
</li>
|
||||
|
||||
{{#if currentUser.admin}}
|
||||
{{#if currentUser.staff}}
|
||||
<li class="topic-admin-convert">
|
||||
{{#if model.isPrivateMessage}}
|
||||
{{d-button action="convertToPublicTopic" icon="comment" label="topic.actions.make_public"}}
|
||||
|
||||
Reference in New Issue
Block a user