build error fix

This commit is contained in:
Peter Maquiran
2022-10-12 11:38:04 +01:00
parent 9781e6801c
commit ec13a0cd8e
5 changed files with 41 additions and 35 deletions
+5
View File
@@ -204,6 +204,11 @@ export class RoomService {
}
updateInfo() {
// this.chatService.getRoomInfo(this.id).toPromise();
}
get online() {
if(!this.isGroup) {