parent
513f1d1921
commit
79b80f039c
3 changed files with 1 additions and 7 deletions
|
@ -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;
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue