this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: update content length

+1 -1
+1 -1
packages/remanso-cli/src/lib/note.ts
··· 6 6 import { detectLanguage } from "./detect-languages"; 7 7 8 8 const LEXICON = "space.remanso.note"; 9 - const MAX_CONTENT = 10000; 9 + const MAX_CONTENT = 30000; 10 10 const MIN_CONTENT_FOR_TRANSLATION = 400; 11 11 12 12 interface ImageRecord {