misskey/packages/backend
Gianni Ceccarelli dabf1867fd
keep cached avatar&banner when refresh fails to get new values (#13145)
* keep cached avatar&banner when refresh fails to get new values

when the remote explicitly tells us a user image is gone, we remove
our cached value, but if we fail to get the image, we keep whatever
value we already have

this should minimise the problem of avatars randomly disappearing

* autogen bits

* pnpm run build-misskey-js-with-types

---------

Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2024-02-04 21:03:49 +09:00
..
.vscode
assets
migration fix(backend): "誰でも新規登録できるようにする"の初期値をOFFにする (#13130) 2024-02-02 11:24:45 +09:00
nsfw-model
src keep cached avatar&banner when refresh fails to get new values (#13145) 2024-02-04 21:03:49 +09:00
test
test-server
.eslintignore
.eslintrc.cjs
.madgerc
.swcrc
check_connect.js
generate_api_json.js fix: api-docが開けない問題を修正 (#13132) 2024-02-02 12:47:07 +09:00
jest.config.cjs
jest.config.e2e.cjs
jest.config.unit.cjs enhance(backend): テストの高速化 (#12939) 2024-01-08 17:43:52 +09:00
jsconfig.json
ormconfig.js
package.json update deps 2024-01-30 20:59:44 +09:00
README.md
tsconfig.json
watch.mjs

Misskey Backend