Mark room as read after sending message

This commit is contained in:
Carl Schwan
2020-11-28 17:52:31 +01:00
parent 118dabb58b
commit db177354d0

View File

@@ -377,6 +377,7 @@ ToolBar {
function postMessage() {
documentHandler.postMessage(attachmentPath, replyEventID);
clearAttachment();
currentRoom.markAllMessagesAsRead();
clear();
}
}