diff --git a/components/views/chat/message/Message.vue b/components/views/chat/message/Message.vue index 615f4d6f07..796f13d74f 100644 --- a/components/views/chat/message/Message.vue +++ b/components/views/chat/message/Message.vue @@ -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