mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-08 22:28:33 +00:00
Be more explicit with the ID we use for account updates.
This commit is contained in:
parent
7a859c8961
commit
cd228c439e
@ -404,7 +404,7 @@ public final class StorageSyncHelper {
|
||||
if (!update.isPresent()) {
|
||||
return;
|
||||
}
|
||||
applyAccountStorageSyncUpdates(context, update.get().getOld().getId(), update.get().getNew(), true);
|
||||
applyAccountStorageSyncUpdates(context, StorageId.forAccount(Recipient.self().getStorageServiceId()), update.get().getNew(), true);
|
||||
}
|
||||
|
||||
public static void applyAccountStorageSyncUpdates(@NonNull Context context, @NonNull StorageId storageId, @NonNull SignalAccountRecord update, boolean fetchProfile) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user