This commit is contained in:
Peter Maquiran
2022-03-23 23:08:49 +01:00
parent c369273830
commit b80c2070f4
+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: ""}