change archi and use schema routes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user