barkey/packages/backend/src/server/api/endpoints/i
anatawa12 55d835ad51
Fix: 通知のページネーションで2つ以上読み込めなくなることがある問題 (#15277)
* fix: notifications-groupedのinclude/exclude typesに:groupedを指定できてしまう問題

* refactor: 通知の取得処理を Notification Service に移動

* feat: add function to parse additional part of id

* fix: 通知のページネーションが正しく動かない問題

Redisにのページネーションで使用する時間及びidとRedis上のものが混同されていたので、Misskeyが生成するものに寄せました。

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

* chore: XADDをretryするように

* fix: notifications-groupedでxrevrangeしているのを消し忘れていた
2025-04-02 10:37:16 +09:00
..
2fa update deps (#13624) 2024-05-04 20:56:14 +09:00
gallery (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
registry fix(backend): add missing schemas and fix incorrect schemas (#13295) 2024-02-16 14:27:33 +09:00
webhooks feat: UserWebhook/SystemWebhookのテスト送信機能を追加 (#14489) 2024-09-19 17:20:50 +09:00
apps.ts fix(backend): アプリ作成方式で作成したトークンの権限を表示するように (#15177) 2025-01-04 06:06:19 +00:00
authorized-apps.ts fix(backend): add missing schemas and fix incorrect schemas (#13295) 2024-02-16 14:27:33 +09:00
change-password.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
claim-achievement.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
delete-account.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
export-antennas.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
export-blocking.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
export-clips.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
export-favorites.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
export-following.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
export-mute.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
export-notes.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
export-user-lists.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
favorites.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
import-antennas.ts refactor(backend): better prop name 2025-03-22 08:16:15 +09:00
import-blocking.ts refactor(backend): better prop name 2025-03-22 08:16:15 +09:00
import-following.ts refactor(backend): better prop name 2025-03-22 08:16:15 +09:00
import-muting.ts refactor(backend): better prop name 2025-03-22 08:16:15 +09:00
import-user-lists.ts refactor(backend): better prop name 2025-03-22 08:16:15 +09:00
move.ts enhance(backend): refine system account (#15530) 2025-03-02 20:06:20 +09:00
notifications-grouped.ts Fix: 通知のページネーションで2つ以上読み込めなくなることがある問題 (#15277) 2025-04-02 10:37:16 +09:00
notifications.ts Fix: 通知のページネーションで2つ以上読み込めなくなることがある問題 (#15277) 2025-04-02 10:37:16 +09:00
page-likes.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
pages.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
pin.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
read-announcement.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
regenerate-token.ts refactor 2025-02-28 09:34:21 +09:00
revoke-token.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
signin-history.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
unpin.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
update-email.ts refactor/perf(backend): provide metadata statically (#14601) 2024-09-22 12:53:13 +09:00
update.ts enhance: チャットルームに招待されたときの通知を追加 2025-03-25 15:25:43 +09:00