From 7936ca805d046afbc4b5f3a81e69d105dc43bc92 Mon Sep 17 00:00:00 2001 From: jk Date: Tue, 30 Jun 2020 18:31:44 +0100 Subject: [PATCH] Scripted auto-commit on change (2020-06-30 18:31:44) by gitwatch.sh --- content/note/5efb76fd/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 content/note/5efb76fd/index.md diff --git a/content/note/5efb76fd/index.md b/content/note/5efb76fd/index.md new file mode 100644 index 00000000..18ec492d --- /dev/null +++ b/content/note/5efb76fd/index.md @@ -0,0 +1,14 @@ +--- +date: '2020-06-30 18:31:41' +draft: false +posttype: note +slug: 5efb76fd +visibility: public +--- +Last week I raised a couple of tickets with the brid.gy dev, one of which related to truncation length for fediverse using the mastodon api but with larger character allowances than the default 500. + +Ticket here: https://github.com/snarfed/bridgy/issues/953 + +In my case its for pleroma which has an additional *max_toot_chars* field and on my instance this is set to the default of 5000 characters.. I think perhaps misskey uses this field too.. + +Anyway, this post serves as a test of the implementation sitting as it does at 541 characters.