Increase post character limit

This commit is contained in:
silverpill 2022-02-06 18:24:29 +00:00
parent b52a2f947c
commit ec7827948d

View file

@ -104,7 +104,7 @@ import { setupAutoResize } from "@/utils/autoresize"
import { renderMarkdownLite } from "@/utils/markdown" import { renderMarkdownLite } from "@/utils/markdown"
import { fileToDataUrl, dataUrlToBase64 } from "@/utils/upload" import { fileToDataUrl, dataUrlToBase64 } from "@/utils/upload"
const POST_CHARACTER_LIMIT = 1000 const POST_CHARACTER_LIMIT = 2000
@Options({ @Options({
components: { components: {