kopia lustrzana https://github.com/ryukoposting/Signal-Android
Do not send read receipts for all messages after unblocking.
rodzic
a641020ec0
commit
14886ce28e
|
@ -255,10 +255,6 @@ final class MessageRequestRepository {
|
|||
|
||||
RecipientUtil.unblock(context, recipient);
|
||||
|
||||
List<MessageDatabase.MarkedMessageInfo> messageIds = SignalDatabase.threads().setEntireThreadRead(threadId);
|
||||
ApplicationDependencies.getMessageNotifier().updateNotification(context);
|
||||
MarkReadReceiver.process(context, messageIds);
|
||||
|
||||
if (TextSecurePreferences.isMultiDevice(context)) {
|
||||
ApplicationDependencies.getJobManager().add(MultiDeviceMessageRequestResponseJob.forAccept(liveRecipient.getId()));
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue