This commit is contained in:
Peter Maquiran
2024-09-18 12:32:31 +01:00
parent 01c2f5efb5
commit 8d332f73a8
6 changed files with 59 additions and 30 deletions
@@ -444,9 +444,13 @@ export class MessagesPage implements OnInit, OnChanges, AfterViewInit, OnDestroy
requestId: '',
roomId: this.room.id
})
} else {
console.log('no need', message )
}
}
}
} else {
console.log('dont read for this room')
}
}