From 507be4eca2515c285368e02d843fc9d69a50b77a Mon Sep 17 00:00:00 2001 From: Markus Date: Thu, 13 Jul 2023 11:15:46 +0200 Subject: [PATCH] [feature] removed message actions for chat --- webapp/components/Chat/Chat.vue | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/webapp/components/Chat/Chat.vue b/webapp/components/Chat/Chat.vue index 2b9514bf3..7f36d3c39 100644 --- a/webapp/components/Chat/Chat.vue +++ b/webapp/components/Chat/Chat.vue @@ -8,6 +8,7 @@ :template-actions="JSON.stringify(templatesText)" :menu-actions="JSON.stringify(menuActions)" :text-messages="JSON.stringify(textMessages)" + :message-actions="messageActions" :messages="JSON.stringify(messages)" :messages-loaded="messagesLoaded" :rooms="JSON.stringify(rooms)" @@ -59,14 +60,14 @@ export default { }, */ ], messageActions: [ - { - name: 'addMessageToFavorite', - title: 'Add To Favorite', - }, - { - name: 'shareMessage', - title: 'Share Message', - }, + // { + // name: 'addMessageToFavorite', + // title: 'Add To Favorite', + // }, + // { + // name: 'shareMessage', + // title: 'Share Message', + // }, ], templatesText: [ {