show notifications front

This commit is contained in:
grimhilt
2023-04-06 13:09:47 +02:00
parent b14a0ca586
commit 8c6a2bcfd7
7 changed files with 16 additions and 10 deletions

View File

@@ -76,6 +76,7 @@ export default class RegisterMessageInApp {
}
async incrementNotSeen(roomId: number) {
// todo it appears there is an error with notifications
if (!this.isSeen) {
await incrementNotSeenRoom(roomId);
}