mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 13:16:08 +02:00
CW
This commit is contained in:
@@ -24,7 +24,7 @@ export function isValidText(text: string): boolean {
|
||||
}
|
||||
|
||||
export function isValidCw(text: string): boolean {
|
||||
return text.length <= 100 && text.trim() != '';
|
||||
return text.length <= 100;
|
||||
}
|
||||
|
||||
export type INote = {
|
||||
|
||||
Reference in New Issue
Block a user