merge: upstream

This commit is contained in:
Marie 2024-01-11 11:43:20 +01:00
commit bbdc4e7789
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
16 changed files with 785 additions and 427 deletions

View file

@ -77,6 +77,7 @@ import { MiFlash } from '@/models/Flash.js';
import { MiFlashLike } from '@/models/FlashLike.js';
import { MiUserMemo } from '@/models/UserMemo.js';
import { NoteEdit } from '@/models/NoteEdit.js';
import { MiBubbleGameRecord } from '@/models/BubbleGameRecord.js';
import { Config } from '@/config.js';
import MisskeyLogger from '@/logger.js';
@ -192,6 +193,7 @@ export const entities = [
MiFlashLike,
MiUserMemo,
NoteEdit,
MiBubbleGameRecord,
...charts,
];