Remove: #602 他のサーバーが絵文字リアクションに対応しているかを取得するAPIの仕様変更に伴い、旧APIを削除 (#783)

This commit is contained in:
KMY(雪あすか) 2024-07-18 08:20:56 +09:00 committed by GitHub
parent 513f1d1921
commit 79b80f039c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 7 deletions

View file

@ -48,7 +48,6 @@ export interface ApiAccountJSON {
discoverable: boolean;
indexable: boolean;
display_name: string;
emoji_reaction_available_server: boolean;
emojis: ApiCustomEmojiJSON[];
fields: ApiAccountFieldJSON[];
followers_count: number;

View file

@ -102,7 +102,6 @@ export const accountDefaultValues: AccountShape = {
display_name: '',
display_name_html: '',
server_features: AccountServerFeaturesFactory(),
emoji_reaction_available_server: false,
emojis: List<CustomEmoji>(),
fields: List<AccountField>(),
group: false,