Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: public replies linked to threads #31

Open
Froyok opened this issue Nov 14, 2024 · 6 comments
Open

Request: public replies linked to threads #31

Froyok opened this issue Nov 14, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@Froyok
Copy link

Froyok commented Nov 14, 2024

(I hope this the right place to provide feedback, feel free to close if that's not the case.)

Hi !
I just started using Skymoth.app to sync my Mastodon and Bluesky account and overall it works great.

I noticed however that when I did a thread with several replies, and one of them was marked as "public" and not "unlisted", that reply getse posted on Bluesky as a separate message (so as a new thread).

This is not mentioned in the short description on the website:

Repost visibility control WIP - Skymoth will only repost public Toots that are not a reply. With the exception of direct unlisted replies, which will counted as a thread.

So I'm wondering if this is either a bug or maybe just not supported currently ?

I often do long threads on Mastodon, so to avoid polluting the local timeline I often use unlisted replies except when I feel like something inside that thread is worth showcasing in a wide manner. So I often have an hybrid list of replies.

@thilobillerbeck thilobillerbeck added the bug Something isn't working label Nov 15, 2024
@thilobillerbeck
Copy link
Owner

Thanks for your feedback! And for using Skymoth! :)

Well that seems like a bug, I'll have a look at that.

@Froyok
Copy link
Author

Froyok commented Nov 17, 2024

So I had the issue again today, but this time my thread had all the replies as "unlisted" (this one).
The first replies where in the same thread as expected, but the last two ended-up as individual posts on BlueSky (starting with this post).

I wonder if this could be a BlueSky issue ? Not sure why this is so random.

@thilobillerbeck
Copy link
Owner

I encountered it as well. I guess this is unfortunately an issue on Blueskys side. When a reply to a Mastodon thread happens I check for the post to exist on Bluesky, bc. if I just append the parent post id, the post may behave oddly (does not appear, or the root post suddenly disappears). It seems like Bluesky does not immediately propagate the posts availability to the API, which was not an issue before but since they currently experience a high demand, this seems to become a problem.

@thilobillerbeck
Copy link
Owner

I guess I'll increase the wait time between posts so the Bluesky API got some time to back up

@Froyok
Copy link
Author

Froyok commented Nov 17, 2024

I'm seeing some other parts of BS also taking some time to refresh/propagate (like my own profile may not show immediately my latest posts, etc.). I noticed that even if I try to fix it manually (removing post, then posting it again manually), then the next post may still be orphaned.

I would be fine having a 5/10 minute delay between Masto and BS in my case, since my posts aren't time sensitive. Not sure how future proof this is however.

@Froyok
Copy link
Author

Froyok commented Nov 18, 2024

Looks like it happened again and my thread is now a bit in limbo:

On the second post BS seems to show that there is a post before it (not sure) with the line about the profile icon, but those two posts have different urls, so they are different I guess ? It's a bit weird.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants