upd: completely change handling of indexable

This commit is contained in:
Mar0xy 2023-11-17 15:05:58 +01:00
parent 902e5a81f9
commit 55ef4c4d93
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
12 changed files with 40 additions and 25 deletions

View file

@ -37,7 +37,7 @@ export type UserLite = {
};
isCat?: boolean;
isBot?: boolean;
isIndexable?: boolean;
noindex?: boolean;
};
export type UserDetailed = UserLite & {
@ -66,7 +66,7 @@ export type UserDetailed = UserLite & {
speakAsCat: boolean;
isFollowed: boolean;
isFollowing: boolean;
isIndexable: boolean;
noindex: boolean;
isLocked: boolean;
isModerator: boolean;
isMuted: boolean;