Skip to content

Commit

Permalink
Update in shared albums manually
Browse files Browse the repository at this point in the history
  • Loading branch information
mnvr committed Nov 5, 2024
1 parent 3e130d0 commit b730d41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/apps/photos/src/pages/shared-albums.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { useIsSmallWidth, useIsTouchscreen } from "@/base/hooks";
import log from "@/base/log";
import type { Collection } from "@/media/collection";
import { type EnteFile, mergeMetadata } from "@/media/file";
import { updateShouldDisableCFUploadProxy } from "@/media/upload";
import {
GalleryItemsHeaderAdapter,
GalleryItemsSummary,
Expand Down Expand Up @@ -240,6 +241,7 @@ export default function PublicCollectionGallery() {
: await cryptoWorker.fromHex(ck);
token.current = t;
downloadManager.updateToken(token.current);
await updateShouldDisableCFUploadProxy();
collectionKey.current = dck;
url.current = window.location.href;
const localCollection = await getLocalPublicCollection(
Expand Down

0 comments on commit b730d41

Please sign in to comment.