diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-09-22 18:40:05 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-09-22 18:40:05 +0900 |
| commit | bd5f25c678373175b5552e2fac4f0c44b31b1fb4 (patch) | |
| tree | 37cda357cf6108d0044a66aed0a84c8aa1c95dfe /packages/backend/src/core/ReactionService.ts | |
| parent | enhance(frontend): tweak control panel (diff) | |
| download | sharkey-bd5f25c678373175b5552e2fac4f0c44b31b1fb4.tar.gz sharkey-bd5f25c678373175b5552e2fac4f0c44b31b1fb4.tar.bz2 sharkey-bd5f25c678373175b5552e2fac4f0c44b31b1fb4.zip | |
fix rbt bug?
Diffstat (limited to 'packages/backend/src/core/ReactionService.ts')
| -rw-r--r-- | packages/backend/src/core/ReactionService.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/backend/src/core/ReactionService.ts b/packages/backend/src/core/ReactionService.ts index f0a2876450..062d64f46b 100644 --- a/packages/backend/src/core/ReactionService.ts +++ b/packages/backend/src/core/ReactionService.ts @@ -337,6 +337,7 @@ export class ReactionService { //#endregion } + // TODO: 廃止 /** * 文字列タイプのレガシーな形式のリアクションを現在の形式に変換しつつ、 * データベース上には存在する「0個のリアクションがついている」という情報を削除する。 |