Fix destination on synced timer updates

This commit is contained in:
lilia 2016-10-03 08:42:46 +09:00
parent 86dbbc9f29
commit a12569e356

View file

@ -193,6 +193,9 @@
source : source
}
});
if (this.isPrivate()) {
message.set({destination: this.id});
}
message.save();
return message;
},