diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2026-03-05 19:24:30 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-05 19:24:30 +0900 |
| commit | 3980b2ca55cdf6a694ef8cad911e161672c0444f (patch) | |
| tree | 859c1a97202813247a0b59b43c8152e578eef8e9 /packages/backend/src/server/api/endpoint-list.ts | |
| parent | New Crowdin updates (#17097) (diff) | |
| download | misskey-3980b2ca55cdf6a694ef8cad911e161672c0444f.tar.gz misskey-3980b2ca55cdf6a694ef8cad911e161672c0444f.tar.bz2 misskey-3980b2ca55cdf6a694ef8cad911e161672c0444f.zip | |
fix: review fixes (#17208)
* fix: OAuthのContent-Typeを正しく判定するように
* fix(frontend): fix outdated comments
* fix: storagePersistenceのtop-level awaitを解消
* fix
* fix(frontend): add comment
Co-Authored-By: anatawa12 <anatawa12@icloud.com>
* fix
* fix: rename `users/get-following-users-by-birthday`
* fix: fix types
* Update MkForm.vue
* refactor utility/storage.ts
---------
Co-authored-by: anatawa12 <anatawa12@icloud.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Diffstat (limited to 'packages/backend/src/server/api/endpoint-list.ts')
| -rw-r--r-- | packages/backend/src/server/api/endpoint-list.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/src/server/api/endpoint-list.ts b/packages/backend/src/server/api/endpoint-list.ts index 9311c80eaa..6679005c3c 100644 --- a/packages/backend/src/server/api/endpoint-list.ts +++ b/packages/backend/src/server/api/endpoint-list.ts @@ -391,7 +391,7 @@ export * as 'users/featured-notes' from './endpoints/users/featured-notes.js'; export * as 'users/flashs' from './endpoints/users/flashs.js'; export * as 'users/followers' from './endpoints/users/followers.js'; export * as 'users/following' from './endpoints/users/following.js'; -export * as 'users/get-following-birthday-users' from './endpoints/users/get-following-birthday-users.js'; +export * as 'users/get-following-users-by-birthday' from './endpoints/users/get-following-users-by-birthday.js'; export * as 'users/gallery/posts' from './endpoints/users/gallery/posts.js'; export * as 'users/get-frequently-replied-users' from './endpoints/users/get-frequently-replied-users.js'; export * as 'users/lists/create' from './endpoints/users/lists/create.js'; |