Skip to content

Commit

Permalink
chore(edit): hide edit message (#3620)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored and JustZacca committed Jun 15, 2022
1 parent 474d6ce commit 8a6f76a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/views/chat/message/Message.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ export default Vue.extend({
return [
...mainList,
{ text: this.$t('context.copy_msg'), func: this.copyMessage },
{ text: this.$t('context.edit'), func: this.editMessage },
// { text: this.$t('context.edit'), func: this.editMessage },
// skipped due to edit message is now coming soon and this shouldn't appear on context menu
]
}
// another persons text message
Expand Down

0 comments on commit 8a6f76a

Please sign in to comment.