add warning for role conditions that are dependent on remote data

This commit is contained in:
Hazelnoot 2025-05-09 20:06:33 -04:00
parent 40a73bfcbe
commit 7f3dc6066d
3 changed files with 20 additions and 0 deletions

4
locales/index.d.ts vendored
View file

@ -7722,6 +7722,10 @@ export interface Locale extends ILocale {
*/
"remoteFollowingMoreThanOrEq": string;
};
/**
* This condition may be incorrect for remote users.
*/
"remoteDataWarning": string;
};
"_sensitiveMediaDetection": {
/**