forked from FoundKeyGang/FoundKey
投稿の文字数制限の初期値をmeta側と合わせる (#5546)
This commit is contained in:
parent
e0433c6b89
commit
121c7542a0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import { DriveFile } from '../../../../models/entities/drive-file';
|
|||
import { Note } from '../../../../models/entities/note';
|
||||
import { DB_MAX_NOTE_TEXT_LENGTH } from '../../../../misc/hard-limits';
|
||||
|
||||
let maxNoteTextLength = 1000;
|
||||
let maxNoteTextLength = 500;
|
||||
|
||||
setInterval(() => {
|
||||
fetchMeta().then(m => {
|
||||
|
|
Loading…
Reference in a new issue