diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-10 18:38:52 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-16 17:40:10 -0400 |
| commit | 278885511125be4e49ef6e38075a33b6ff1ca29d (patch) | |
| tree | 4cc4730b1e2813e8476d67ea0e22c5ea7c1d0a82 | |
| parent | allow staff to assign roles to remote users (diff) | |
| download | sharkey-278885511125be4e49ef6e38075a33b6ff1ca29d.tar.gz sharkey-278885511125be4e49ef6e38075a33b6ff1ca29d.tar.bz2 sharkey-278885511125be4e49ef6e38075a33b6ff1ca29d.zip | |
update locales index.d.ts
| -rw-r--r-- | locales/index.d.ts | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 29ed11c3bc..f599c0df05 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -7729,38 +7729,6 @@ export interface Locale extends ILocale { * Follows X or more remote accounts */ "remoteFollowingMoreThanOrEq": 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; }; /** * This condition may be incorrect for remote users. |