add new role conditions for local/remote followers/followees

This commit is contained in:
Hazelnoot 2025-05-09 11:53:29 -04:00
parent a31089d054
commit 40a73bfcbe
6 changed files with 239 additions and 7 deletions

32
locales/index.d.ts vendored
View file

@ -7689,6 +7689,38 @@ export interface Locale extends ILocale {
* Match subdomains
*/
"isFromInstanceSubdomains": string;
/**
* Has X or fewer local followers
*/
"localFollowersLessThanOrEq": string;
/**
* Has X or more local followers
*/
"localFollowersMoreThanOrEq": string;
/**
* Follows X or fewer local accounts
*/
"localFollowingLessThanOrEq": string;
/**
* Follows X or more local accounts
*/
"localFollowingMoreThanOrEq": string;
/**
* Has X or fewer remote followers
*/
"remoteFollowersLessThanOrEq": string;
/**
* Has X or more remote followers
*/
"remoteFollowersMoreThanOrEq": string;
/**
* Follows X or fewer remote accounts
*/
"remoteFollowingLessThanOrEq": string;
/**
* Follows X or more remote accounts
*/
"remoteFollowingMoreThanOrEq": string;
};
};
"_sensitiveMediaDetection": {