wip: auto note removal

This commit is contained in:
아르페 2024-02-16 06:41:21 +09:00 committed by 무라쿠모
parent f30c95e51a
commit 74c7b5fe70
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7
12 changed files with 270 additions and 2 deletions

View file

@ -83,6 +83,7 @@ import { MiFlashLike } from '@/models/FlashLike.js';
import { MiUserMemo } from '@/models/UserMemo.js';
import { MiBubbleGameRecord } from '@/models/BubbleGameRecord.js';
import { MiReversiGame } from '@/models/ReversiGame.js';
import { MiAutoRemovalCondition } from '@/models/AutoRemovalCondition.js';
import { Config } from '@/config.js';
import { bindThis } from '@/decorators.js';
@ -205,6 +206,7 @@ export const entities = [
MiUserMemo,
MiBubbleGameRecord,
MiReversiGame,
MiAutoRemovalCondition,
...charts,
];