mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Ignore empty profile fetches in RefreshOwnProfileJob.
This commit is contained in:
@@ -81,7 +81,6 @@ public final class ProfileUtil {
|
||||
ApplicationDependencies.getJobManager()
|
||||
.startChain(new RefreshAttributesJob())
|
||||
.then(new ProfileUploadJob())
|
||||
.then(new RefreshOwnProfileJob())
|
||||
.then(new MultiDeviceProfileKeyUpdateJob())
|
||||
.then(gv2UpdateJobs)
|
||||
.enqueue();
|
||||
|
||||
Reference in New Issue
Block a user