Ignore empty profile fetches in RefreshOwnProfileJob.

This commit is contained in:
Greyson Parrelli
2022-04-27 14:13:09 -04:00
parent 3f1abe05fc
commit 8bb1b2d596
3 changed files with 18 additions and 3 deletions

View File

@@ -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();