mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
added realtime to: - edit group name
- adicionar membro - remover membro
This commit is contained in:
@@ -14,6 +14,7 @@ export class MessageService {
|
||||
rid = ''
|
||||
ts = {}
|
||||
u = {}
|
||||
t = ''
|
||||
_id =''
|
||||
_updatedAt = {}
|
||||
file
|
||||
@@ -21,7 +22,7 @@ export class MessageService {
|
||||
|
||||
constructor() { }
|
||||
|
||||
setData({customFields, channels, mentions, msg ,rid ,ts, u, _id, _updatedAt, file, attachments}:Message) {
|
||||
setData({customFields, channels, mentions, msg ,rid ,ts, u, t, _id, _updatedAt, file, attachments}:Message) {
|
||||
this.customFields = customFields
|
||||
this.channels = channels
|
||||
this.mentions = mentions
|
||||
@@ -29,6 +30,7 @@ export class MessageService {
|
||||
this.rid = rid
|
||||
this.ts = ts
|
||||
this.u = u
|
||||
this.t = t
|
||||
this._id = _id
|
||||
this._updatedAt = _updatedAt
|
||||
this.file = file
|
||||
|
||||
Reference in New Issue
Block a user