mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 08:09:12 +01:00
Add support for SN verification
// FREEBIE
This commit is contained in:
@@ -219,11 +219,6 @@ public class MessageNotifier {
|
||||
if (isVisible) {
|
||||
List<MarkedMessageInfo> messageIds = threads.setRead(threadId, false);
|
||||
MarkReadReceiver.process(context, messageIds);
|
||||
|
||||
if (recipients != null && recipients.getPrimaryRecipient() != null) {
|
||||
DatabaseFactory.getIdentityDatabase(context)
|
||||
.setSeen(recipients.getPrimaryRecipient().getRecipientId());
|
||||
}
|
||||
}
|
||||
|
||||
if (!TextSecurePreferences.isNotificationsEnabled(context) ||
|
||||
|
||||
Reference in New Issue
Block a user