enhance: ユーザー検索を制限できるように (#16380)

* enhance: ユーザー検索を制限できるように

* Update Changelog
This commit is contained in:
かっこかり
2025-08-09 14:41:11 +09:00
committed by GitHub
parent 7595bff43b
commit b5b7914073
11 changed files with 64 additions and 2 deletions

View File

@@ -5211,6 +5211,7 @@ export type components = {
canManageCustomEmojis: boolean;
canManageAvatarDecorations: boolean;
canSearchNotes: boolean;
canSearchUsers: boolean;
canUseTranslator: boolean;
canHideAds: boolean;
driveCapacityMb: number;