Mark room as read after sending message
This commit is contained in:
@@ -377,6 +377,7 @@ ToolBar {
|
||||
function postMessage() {
|
||||
documentHandler.postMessage(attachmentPath, replyEventID);
|
||||
clearAttachment();
|
||||
currentRoom.markAllMessagesAsRead();
|
||||
clear();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user