Add support for syncing colors
// FREEBIE
This commit is contained in:
parent
141cdef2a4
commit
53f20640af
3 changed files with 11 additions and 7 deletions
|
@ -136,6 +136,7 @@
|
|||
name: contactDetails.name,
|
||||
id: contactDetails.number,
|
||||
avatar: contactDetails.avatar,
|
||||
color: contactDetails.color,
|
||||
type: 'private',
|
||||
active_at: Date.now()
|
||||
}).save();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue