mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Fix profile fetches for empty groups.
This commit is contained in:
@@ -223,7 +223,7 @@ object DataMessageProcessor {
|
||||
if (SignalDatabase.recipients.setProfileKey(senderRecipient.id, messageProfileKey)) {
|
||||
log(timestamp, "Profile key on message from " + senderRecipient.id + " didn't match our local store. It has been updated.")
|
||||
SignalDatabase.runPostSuccessfulTransaction {
|
||||
ApplicationDependencies.getJobManager().add(RetrieveProfileJob.forRecipient(senderRecipient.id))
|
||||
RetrieveProfileJob.enqueue(senderRecipient.id)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user