1
0

add "is from local bubble instance" role condition

This commit is contained in:
Hazelnoot
2025-05-10 13:04:03 -04:00
parent cace4153e4
commit 655290f8a4
5 changed files with 18 additions and 0 deletions
+4
View File
@@ -7689,6 +7689,10 @@ export interface Locale extends ILocale {
* Match subdomains
*/
"isFromInstanceSubdomains": string;
/**
* User is from a local bubble instance
*/
"fromBubbleInstance": string;
/**
* Has X or fewer local followers
*/