From a7942e53a0c3947e8eb194cad26567184d354c97 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Thu, 28 Nov 2024 15:49:15 +0100 Subject: [PATCH] update config --- api_tests/pnpm-lock.yaml | 10 +++++----- config/defaults.hjson | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api_tests/pnpm-lock.yaml b/api_tests/pnpm-lock.yaml index a7d8690ec..192c89e40 100644 --- a/api_tests/pnpm-lock.yaml +++ b/api_tests/pnpm-lock.yaml @@ -30,8 +30,8 @@ importers: specifier: ^29.5.0 version: 29.7.0(@types/node@22.9.0) lemmy-js-client: - specifier: 0.20.0-api-v4.5 - version: 0.20.0-api-v4.5 + specifier: 0.20.0-api-v4.6 + version: 0.20.0-api-v4.6 prettier: specifier: ^3.2.5 version: 3.3.3 @@ -1167,8 +1167,8 @@ packages: resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} engines: {node: '>=6'} - lemmy-js-client@0.20.0-api-v4.5: - resolution: {integrity: sha512-8Zdjb+oIYMUa5/hvS2zeGoIPLdjM+BODUCvP3/jAA/ipqEiSerJ9BdfIB61cnDE9gXnmjYvEtxnfqRZLlwdLfQ==} + lemmy-js-client@0.20.0-api-v4.6: + resolution: {integrity: sha512-+M2kbk0a4beJ5Jpn2I0DBEqF7IHz90Mvl5q85EeaexhsdQvfRzhMi+OmViy6SY9qUEjEYAN5eJJKu479T/My0w==} leven@3.1.0: resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==} @@ -3077,7 +3077,7 @@ snapshots: kleur@3.0.3: {} - lemmy-js-client@0.20.0-api-v4.5: {} + lemmy-js-client@0.20.0-api-v4.6: {} leven@3.1.0: {} diff --git a/config/defaults.hjson b/config/defaults.hjson index c12f879c7..00d5780a2 100644 --- a/config/defaults.hjson +++ b/config/defaults.hjson @@ -66,7 +66,7 @@ # or # If enabled, all images from remote domains are rewritten to pass through - # `/api/v3/image_proxy`, including embedded images in markdown. Images are stored temporarily + # `/api/v4/image_proxy`, including embedded images in markdown. Images are stored temporarily # in pict-rs for caching. This improves privacy as users don't expose their IP to untrusted # servers, and decreases load on other servers. However it increases bandwidth use for the # local server.