parent
77d8bbe438
commit
efa4f4ca10
10 changed files with 2 additions and 23 deletions
|
@ -14,7 +14,6 @@ export interface ApiAccountRoleJSON {
|
|||
|
||||
export interface ApiAccountOtherSettingsJSON {
|
||||
noindex: boolean;
|
||||
noai: boolean;
|
||||
hide_network: boolean;
|
||||
hide_statuses_count: boolean;
|
||||
hide_following_count: boolean;
|
||||
|
|
|
@ -50,7 +50,6 @@ export type AccountOtherSettings = RecordOf<AccountOtherSettingsShape>;
|
|||
|
||||
const AccountOtherSettingsFactory = ImmutableRecord<AccountOtherSettingsShape>({
|
||||
noindex: false,
|
||||
noai: true,
|
||||
hide_network: false,
|
||||
hide_followers_count: false,
|
||||
hide_following_count: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue