diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-10 13:04:03 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-12 13:31:16 -0400 |
| commit | 655290f8a496fbda1aa66f3de1e33cdefe08aa00 (patch) | |
| tree | ae98662f89c848dd1456eca21f811203d20bc72c /locales/index.d.ts | |
| parent | merge: Make muted post placeholders look clickable (resolves #502) (!1019) (diff) | |
| download | sharkey-655290f8a496fbda1aa66f3de1e33cdefe08aa00.tar.gz sharkey-655290f8a496fbda1aa66f3de1e33cdefe08aa00.tar.bz2 sharkey-655290f8a496fbda1aa66f3de1e33cdefe08aa00.zip | |
add "is from local bubble instance" role condition
Diffstat (limited to 'locales/index.d.ts')
| -rw-r--r-- | locales/index.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index dc41c96a96..a165d0fd3e 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -7690,6 +7690,10 @@ export interface Locale extends ILocale { */ "isFromInstanceSubdomains": string; /** + * User is from a local bubble instance + */ + "fromBubbleInstance": string; + /** * Has X or fewer local followers */ "localFollowersLessThanOrEq": string; |