mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Fix thread not updating after group creation.
This commit is contained in:
@@ -274,7 +274,7 @@ public class MessageSender {
|
||||
|
||||
sendMediaMessage(context, recipient, forceSms, messageId, Collections.emptyList());
|
||||
onMessageSent();
|
||||
threadDatabase.update(threadId, true);
|
||||
threadDatabase.update(allocatedThreadId, true);
|
||||
|
||||
return allocatedThreadId;
|
||||
} catch (MmsException e) {
|
||||
@@ -318,7 +318,7 @@ public class MessageSender {
|
||||
|
||||
sendMediaMessage(context, recipient, false, messageId, jobIds);
|
||||
onMessageSent();
|
||||
threadDatabase.update(threadId, true);
|
||||
threadDatabase.update(allocatedThreadId, true);
|
||||
|
||||
return allocatedThreadId;
|
||||
} catch (MmsException e) {
|
||||
|
||||
Reference in New Issue
Block a user