投稿の文字数制限の初期値をmeta側と合わせる

This commit is contained in:
rinsuki 2019-10-25 22:55:52 +09:00 committed by GitHub
parent e0433c6b89
commit 197ead76c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 => {