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