From 1981c47fcdecf77cfcc6ff4a787ee19eb25eafb5 Mon Sep 17 00:00:00 2001 From: "Tomoya Matsuura(MacBookPro)" Date: Mon, 4 Mar 2024 12:33:22 +0900 Subject: [PATCH] readme --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47984b7..02a8b6b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # mastodon-to-bluesky -A Node.js script for crossposting from mastodon to bluesky -For more details see: https://maurice-renck.de/hub/tooling/crosspost-from-mastodon-to-bluesky \ No newline at end of file + +Forked from https://github.com/mauricerenck/mastodon-to-bluesky + +https://maurice-renck.de/hub/tooling/crosspost-from-mastodon-to-bluesky + +## Changed from original + +- Reply to myself is not ignored + - not shown as reply-tree in bluesky, to keep the code simple. (I don't want to keep the pairs of mastodon posts and bsky posts) +- embed image as raw URL text on the mastodon + - uploading image with `uploadBlob` fails if the image size is under 1MB, the official limit on the docs (maybe because I'm using self-hosted PDS.) +- fixed quote is not unescaped \ No newline at end of file