mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 19:26:17 +00:00
Fix not unarchiving on sent message sync bug.
This commit is contained in:
committed by
Alex Hart
parent
a20c2ec63f
commit
1a80cb7c42
@@ -2405,9 +2405,8 @@ public final class MessageContentProcessor {
|
||||
messageId = SignalDatabase.sms().insertMessageOutbox(threadId, outgoingTextMessage, false, message.getTimestamp(), null);
|
||||
database = SignalDatabase.sms();
|
||||
database.markUnidentified(messageId, isUnidentified(message, recipient));
|
||||
SignalDatabase.threads().update(threadId, true);
|
||||
}
|
||||
|
||||
SignalDatabase.threads().update(threadId, true);
|
||||
database.markAsSent(messageId, true);
|
||||
|
||||
if (expiresInMillis > 0) {
|
||||
|
||||
Reference in New Issue
Block a user