From 978611599094c21d4b2865f417479795608c4a83 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 4 Aug 2022 17:01:43 +0900 Subject: Truncate long titles Introduce option 'cw' for this and rename 'limit' to 'text' for clarity. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c463fcf..86b9a66 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,10 @@ declare the mirroring jobs in `jobs.conf`, for example: source = https://stallman.org/rss/rss.xml ; URL to destination Misskey instance's API dest = https://birb.space/api -; Character limit of the Misskey instance -limit = 420 +; Note character limit of the Misskey instance +text = 420 +; Content warning character limit of the Misskey instance +cw = 69 ; Misskey user ID for searching previous notes user = 8rt4sahf1j ; Access token with permission to compose notes -- cgit 1.4.1