mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Improve logging around profile uploads.
This commit is contained in:
@@ -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())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user