Compare commits

...

1 Commits

Author SHA1 Message Date
rinsuki 197ead76c6
投稿の文字数制限の初期値をmeta側と合わせる 2019-10-25 22:55:52 +09:00
1 changed files with 1 additions and 1 deletions

View File

@ -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 => {