This commit is contained in:
Peter Maquiran
2022-03-23 23:00:19 +01:00
parent 6960333d0a
commit d05f9fdf77
3 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ export class MessageService {
this.channels = channels || []
this.mentions = mentions || []
this.msg = msg || ""
this.msg = msg || " "
this.rid = rid
this.ts = ts
this.u = u || { name: this.usernameToDisplayName(SessionStore.user.RochetChatUser), username: SessionStore.user.RochetChatUser, _id: ""}