Remove: #358 「自分のコンテンツのAI学習利用に対して不快感を表明する」設定 (#393)

This commit is contained in:
KMY(雪あすか) 2023-12-27 09:28:18 +09:00 committed by GitHub
parent 77d8bbe438
commit efa4f4ca10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 2 additions and 23 deletions

View file

@ -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;

View file

@ -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,