mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Fix issue with syncing remote deletes in note to self.
This commit is contained in:
committed by
Clark Chen
parent
44c393f11a
commit
59dd72b5c0
@@ -37,6 +37,7 @@ import org.whispersystems.signalservice.api.push.exceptions.ServerRejectedExcept
|
||||
import java.io.IOException;
|
||||
import java.util.List;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
public class RemoteDeleteSendJob extends BaseJob {
|
||||
|
||||
@@ -224,6 +225,10 @@ public class RemoteDeleteSendJob extends BaseJob {
|
||||
isForStory,
|
||||
null);
|
||||
|
||||
if (conversationRecipient.isSelf()) {
|
||||
ApplicationDependencies.getSignalServiceMessageSender().sendSyncMessage(dataMessage);
|
||||
}
|
||||
|
||||
return GroupSendJobHelper.getCompletedSends(destinations, results);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user