diff --git a/imports/NeoChat/Component/ChatTextInput.qml b/imports/NeoChat/Component/ChatTextInput.qml index d0c039a73..f8c9a8f7e 100644 --- a/imports/NeoChat/Component/ChatTextInput.qml +++ b/imports/NeoChat/Component/ChatTextInput.qml @@ -377,6 +377,7 @@ ToolBar { function postMessage() { documentHandler.postMessage(attachmentPath, replyEventID); clearAttachment(); + currentRoom.markAllMessagesAsRead(); clear(); } }