Fix destination on synced timer updates
This commit is contained in:
parent
86dbbc9f29
commit
a12569e356
1 changed files with 3 additions and 0 deletions
|
@ -193,6 +193,9 @@
|
|||
source : source
|
||||
}
|
||||
});
|
||||
if (this.isPrivate()) {
|
||||
message.set({destination: this.id});
|
||||
}
|
||||
message.save();
|
||||
return message;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue