add separate limits for CW length

This commit is contained in:
Hazelnoot 2024-10-26 10:04:23 -04:00
parent 10d3d9f382
commit 01e98c75ab
10 changed files with 91 additions and 9 deletions

36
locales/index.d.ts vendored
View file

@ -5353,6 +5353,10 @@ export interface Locale extends ILocale {
*
*/
"silenceDescription": string;
/**
* New
*/
"new": string;
};
"_initialAccountSetting": {
/**
@ -8442,6 +8446,10 @@ export interface Locale extends ILocale {
*
*/
"pleaseLogin": string;
/**
* Allowed
*/
"allowed": string;
};
"_antennaSources": {
/**
@ -10603,6 +10611,30 @@ export interface Locale extends ILocale {
* Mutuals
*/
"mutuals": string;
/**
* Private account
*/
"isLocked": string;
/**
* Administrator
*/
"isAdmin": string;
/**
* Bot user
*/
"isBot": string;
/**
* Open
*/
"open": string;
/**
* Destination address
*/
"emailDestination": string;
/**
* Date
*/
"date": string;
/**
* Quoted.
*/
@ -10964,6 +10996,10 @@ export interface Locale extends ILocale {
* Blocking you
*/
"blockingYou": string;
/**
* Show warning when opening external URLs
*/
"warnExternalUrl": string;
"_mfm": {
/**
* This is not a widespread feature, it may not display properly on most other fedi software, including other Misskey forks