mauricerenck / mastodon-to-bluesky

A Node.js script for crossposting from mastodon to bluesky
MIT License
18 stars 8 forks source link

feature request: support for post threads #14

Open alien-sunset opened 4 weeks ago

alien-sunset commented 4 weeks ago

when you just have a lot to say and one mastodon post is not enough, you reply to your original post (without tagging yourself) and continue your thoughts, replying to each subsequent reply until your essay is done.

the problem is that this app doesn't post replies to yourself, even if you don't tag yourself or anyone else in that reply, which means bluesky only gets the first post and not the entire thought.

would be great if the bot could thread non tagged replies. it can already reply to posts it's made on bluesky because that's what it does when it has to split a post that's too long. and if it's pulling from the public mastodon feed it should be able to see the self replies, right?

WhiteFangs commented 2 days ago

I just posted a PR to handle threads made from consecutive posts that would handle most use cases: https://github.com/mauricerenck/mastodon-to-bluesky/pull/16