Fix destination on synced timer updates

pull/749/head
lilia 9 years ago
parent 86dbbc9f29
commit a12569e356

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

Loading…
Cancel
Save