mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Mark sent gift viewed when opened.
This commit is contained in:
committed by
Cody Henthorne
parent
15af1d3bd1
commit
425a13e68c
@@ -1379,6 +1379,7 @@ public final class MessageContentProcessor {
|
||||
.toList();
|
||||
|
||||
SignalDatabase.mms().setIncomingMessagesViewed(toMarkViewed);
|
||||
SignalDatabase.mms().setOutgoingGiftsRevealed(toMarkViewed);
|
||||
|
||||
MessageNotifier messageNotifier = ApplicationDependencies.getMessageNotifier();
|
||||
messageNotifier.setLastDesktopActivityTimestamp(envelopeTimestamp);
|
||||
|
||||
Reference in New Issue
Block a user