mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Fix destination on synced timer updates
This commit is contained in:
@@ -193,6 +193,9 @@
|
||||
source : source
|
||||
}
|
||||
});
|
||||
if (this.isPrivate()) {
|
||||
message.set({destination: this.id});
|
||||
}
|
||||
message.save();
|
||||
return message;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user