Mark all message as read when clicking on down button
Fix #379
(cherry picked from commit 6e5bca4928)
This commit is contained in:
@@ -660,6 +660,7 @@ Kirigami.ScrollablePage {
|
||||
action: Kirigami.Action {
|
||||
onTriggered: {
|
||||
goToLastMessage();
|
||||
currentRoom.markAllMessagesAsRead();
|
||||
}
|
||||
icon.name: "go-down"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user