remove duplicate

This commit is contained in:
Peter Maquiran
2022-07-22 17:15:32 +01:00
parent bc85eb6e1a
commit f0c8de79f2
3 changed files with 30 additions and 4 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ export class MessageService {
this.ts = ts
this.u = u || { name: this.usernameToDisplayName(SessionStore.user.UserName), username: SessionStore.user.UserName, _id: ""}
this.t = t
this._id = _id
this._id = _id || ""
this._updatedAt = _updatedAt || new Date().getTime()
this.file = file
this.temporaryData = temporaryData