mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Fix incorrect profile upload flag for existing users.
This commit is contained in:
committed by
Alex Hart
parent
1e6a17adc3
commit
ff41816fef
@@ -292,7 +292,7 @@ public final class ProfileUtil {
|
||||
Optional.fromNullable(paymentsAddress),
|
||||
avatar,
|
||||
badgeIds).orNull();
|
||||
|
||||
SignalStore.registrationValues().markHasUploadedProfile();
|
||||
DatabaseFactory.getRecipientDatabase(context).setProfileAvatar(Recipient.self().getId(), avatarPath);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user