kopia lustrzana https://github.com/ryukoposting/Signal-Android
Be more explicit with the ID we use for account updates.
rodzic
7a859c8961
commit
cd228c439e
|
@ -404,7 +404,7 @@ public final class StorageSyncHelper {
|
||||||
if (!update.isPresent()) {
|
if (!update.isPresent()) {
|
||||||
return;
|
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) {
|
public static void applyAccountStorageSyncUpdates(@NonNull Context context, @NonNull StorageId storageId, @NonNull SignalAccountRecord update, boolean fetchProfile) {
|
||||||
|
|
Ładowanie…
Reference in New Issue