enhance(profile): 相互リンク機能の改修 (MisskeyIO#684)

This commit is contained in:
まっちゃてぃー。 2024-08-11 08:32:14 +09:00 committed by GitHub
parent b6a5a36eaa
commit 5a9d8a5564
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
41 changed files with 471 additions and 900 deletions

View file

@ -83,8 +83,6 @@ 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 { MiUserBanner } from '@/models/UserBanner.js';
import { MiUserBannerPining } from '@/models/UserBannerPining.js';
import { Config } from '@/config.js';
import { bindThis } from '@/decorators.js';
@ -205,8 +203,6 @@ export const entities = [
MiFlash,
MiFlashLike,
MiUserMemo,
MiUserBanner,
MiUserBannerPining,
MiBubbleGameRecord,
MiReversiGame,
...charts,