change archi and use schema routes

This commit is contained in:
grimhilt
2023-04-08 00:00:24 +02:00
parent 65db4d8b7e
commit 5b6995d6a6
14 changed files with 137 additions and 46 deletions

View File

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