add warning for role conditions that are dependent on remote data
This commit is contained in:
parent
40a73bfcbe
commit
7f3dc6066d
3 changed files with 20 additions and 0 deletions
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
|
@ -7722,6 +7722,10 @@ export interface Locale extends ILocale {
|
|||
*/
|
||||
"remoteFollowingMoreThanOrEq": string;
|
||||
};
|
||||
/**
|
||||
* This condition may be incorrect for remote users.
|
||||
*/
|
||||
"remoteDataWarning": string;
|
||||
};
|
||||
"_sensitiveMediaDetection": {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue