Make invitation notifications persistent

This commit is contained in:
Tobias Fella
2022-02-28 23:11:33 +01:00
parent b2a8430fa2
commit be802a28c2
5 changed files with 30 additions and 3 deletions

View File

@@ -41,6 +41,10 @@ Kirigami.ScrollablePage {
if(pageStack.lastItem == page) {
pageStack.pop()
}
} else {
if(page.currentRoom.isInvite) {
page.currentRoom.clearInvitationNotification();
}
}
}
}