mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Update last seen logic to used last read message instead of now timestamp.
This commit is contained in:
committed by
Greyson Parrelli
parent
d7221a384b
commit
b82d16abcb
@@ -159,7 +159,7 @@ public final class MultiShareSender {
|
||||
}
|
||||
|
||||
if (!recipientSearchKey.isStory()) {
|
||||
SignalDatabase.threads().setRead(threadId, true);
|
||||
SignalDatabase.threads().setRead(threadId);
|
||||
}
|
||||
|
||||
// XXX We must do this to avoid sending out messages to the same recipient with the same
|
||||
|
||||
Reference in New Issue
Block a user