mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-25 12:17:22 +00:00
Fix bug where name wouldn't refresh when getting a message request.
This commit is contained in:
committed by
Alex Hart
parent
1cca60fa53
commit
e41accf52d
@@ -222,7 +222,9 @@ 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.")
|
||||
ApplicationDependencies.getJobManager().add(RetrieveProfileJob.forRecipient(senderRecipient.id))
|
||||
SignalDatabase.runPostSuccessfulTransaction {
|
||||
ApplicationDependencies.getJobManager().add(RetrieveProfileJob.forRecipient(senderRecipient.id))
|
||||
}
|
||||
}
|
||||
} else {
|
||||
warn(timestamp.toString(), "Ignored invalid profile key seen in message")
|
||||
|
||||
Reference in New Issue
Block a user