This commit is contained in:
Peter Maquiran
2024-09-01 16:29:04 +01:00
parent d4776a5d7a
commit 18463e43e4
3 changed files with 61 additions and 6 deletions
+5 -1
View File
@@ -65,4 +65,8 @@ export class RoomEntity extends BaseEntity<RoomEntity>(RoomEntitySchema) implem
this.roomName = userChatName.user.wxFullName
}
}
}
hasLastMessage() {
return this.messages.length >= 1
}
}