diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-09 11:53:29 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-10 14:44:17 -0400 |
| commit | 40a73bfcbe083d5a2aa4be57880e389def4757c4 (patch) | |
| tree | 6daa302e4dc0b32cf48e4f3e1f63a04b3458b907 /locales | |
| parent | merge: Remove moved setting that was left after merge (!1006) (diff) | |
| download | sharkey-40a73bfcbe083d5a2aa4be57880e389def4757c4.tar.gz sharkey-40a73bfcbe083d5a2aa4be57880e389def4757c4.tar.bz2 sharkey-40a73bfcbe083d5a2aa4be57880e389def4757c4.zip | |
add new role conditions for local/remote followers/followees
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 9679cc3acf..8f032cd518 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -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": { |