Skip to content

Commit

Permalink
Keep downloaded thumbnails when clearing server cache
Browse files Browse the repository at this point in the history
  • Loading branch information
schroda committed Apr 26, 2024
1 parent b90f84e commit 3b276f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/requests/RequestManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2417,7 +2417,7 @@ export class RequestManager {
}

public useClearServerCache(
input: ClearCachedImagesInput = { cachedPages: true, cachedThumbnails: true, downloadedThumbnails: true },
input: ClearCachedImagesInput = { cachedPages: true, cachedThumbnails: true },
options?: MutationHookOptions<ClearServerCacheMutation, ClearServerCacheMutationVariables>,
): AbortableApolloUseMutationResponse<ClearServerCacheMutation, ClearServerCacheMutationVariables> {
return this.doRequest(GQLMethod.USE_MUTATION, CLEAR_SERVER_CACHE, { input }, options);
Expand Down

0 comments on commit 3b276f9

Please sign in to comment.