mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-25 05:27:42 +00:00
Update thread archive status when sending media.
This commit is contained in:
committed by
Greyson Parrelli
parent
7752b3aba3
commit
b0ccb543d1
@@ -151,6 +151,7 @@ public class MessageSender {
|
||||
|
||||
sendMediaMessage(context, recipient, forceSms, messageId, Collections.emptyList());
|
||||
onMessageSent();
|
||||
threadDatabase.update(threadId, true);
|
||||
|
||||
return allocatedThreadId;
|
||||
} catch (MmsException e) {
|
||||
@@ -194,6 +195,7 @@ public class MessageSender {
|
||||
|
||||
sendMediaMessage(context, recipient, false, messageId, jobIds);
|
||||
onMessageSent();
|
||||
threadDatabase.update(threadId, true);
|
||||
|
||||
return allocatedThreadId;
|
||||
} catch (MmsException e) {
|
||||
|
||||
Reference in New Issue
Block a user