From a67f35583f842d7ff9fc999382b893da65f9775d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarvo=20M=C3=A4esepp?= Date: Fri, 6 Sep 2019 10:36:04 +0300 Subject: [PATCH 1/2] Compare author against id instead of 'me' --- demo/src/App.vue | 1 + src/ChatWindow.vue | 5 +++++ src/Launcher.vue | 5 +++++ src/Message.vue | 14 ++++++++++---- src/MessageList.vue | 6 +++++- src/messages/TextMessage.vue | 6 +++++- 6 files changed, 31 insertions(+), 6 deletions(-) diff --git a/demo/src/App.vue b/demo/src/App.vue index 4cc6cb60..bd4d3d4b 100644 --- a/demo/src/App.vue +++ b/demo/src/App.vue @@ -22,6 +22,7 @@ @onType="handleOnType" @edit="editMessage" @remove="removeMessage" + :authorId="'me'" >