fix issue

This commit is contained in:
Peter Maquiran
2023-02-08 16:06:14 +01:00
parent 9b5cb7e0ef
commit 8459f61150
18 changed files with 427 additions and 177 deletions
+1 -1
View File
@@ -480,7 +480,7 @@ export class MessageService {
return SessionStore.user.ChatData.data.userId == this.u._id
}
private getChatObj() {
getChatObj() {
return {
channels: this.channels,
mentions: this.mentions,