diff options
Diffstat (limited to 'locales')
| -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; |