Improve logging around profile uploads.

This commit is contained in:
Greyson Parrelli
2022-02-22 10:19:37 -05:00
parent 1b404cef34
commit cbfa573d3d
2 changed files with 14 additions and 7 deletions

View File

@@ -940,6 +940,7 @@ open class RecipientDatabase(context: Context, databaseHelper: SignalDatabase) :
}
if (remoteKey != localKey) {
Log.w(TAG, "Profile key changed during storage sync! Scheduling jobs to refresh things.")
ApplicationDependencies.getJobManager().add(RefreshAttributesJob())
}