1
0

add isFromInstance role condition

This commit is contained in:
Hazelnoot
2025-05-09 21:03:05 -04:00
parent b8558fd8db
commit 56a8ff4f50
5 changed files with 54 additions and 1 deletions
+13 -1
View File
@@ -7677,6 +7677,18 @@ export interface Locale extends ILocale {
*
*/
"not": string;
/**
* Is from a specific instance
*/
"isFromInstance": string;
/**
* Hostname (case-insensitive)
*/
"isFromInstanceHost": string;
/**
* Match subdomains
*/
"isFromInstanceSubdomains": string;
};
};
"_sensitiveMediaDetection": {
@@ -12949,7 +12961,7 @@ export interface Locale extends ILocale {
"enableProxyAccountDescription": string;
"_confirmPollEdit": {
/**
* Are you sure you want to edit this poll?
* Are you sure you want to edit this poll
*/
"title": string;
/**