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

Per-user option: don't send self-replies as webmentions #1787

Open
j2kun opened this issue Aug 26, 2024 · 3 comments
Open

Per-user option: don't send self-replies as webmentions #1787

j2kun opened this issue Aug 26, 2024 · 3 comments

Comments

@j2kun
Copy link

j2kun commented Aug 26, 2024

My POSSE setup syndicates short articles as threads on social media, and when I enable bridgy for those sites, it sends the entire thread as webmentions back to my original article.

It would be nice to ignore my account's replies to my own post when sending webmentions.

@snarfed
Copy link
Owner

snarfed commented Aug 27, 2024

True! This annoys me too.

We've tried different approaches to this. First we ignored all of your own replies, which didn't work well because when users replied to other people's replies, they wanted those backfed. Then we ignored your replies to your own posts, which is better, but still misses when you reply twice in a row as part of an overall thread. We're currently trying the other extreme with Bluesky, backfeeding all of your replies, which is ok except for initial threads like this.

We could try to ignore all of the "initial thread," ie your original post and your chain of replies to it, and then backfeed all of your replies after someone else has replied. It's a lot of state to juggle bookkeeping for, though.

@j2kun
Copy link
Author

j2kun commented Aug 27, 2024

How about an option to omit all replies from your own account that occur within a given duration of the initial post? Since my syndication is automated, I'd set it for like 1 minute and be fine. No chance I reply within 1 minute of the initial thread. For people doing it manually, they could probably set it for 5 minutes or so and be fine.

@snarfed
Copy link
Owner

snarfed commented Aug 27, 2024

Interesting idea! I've avoided user settings so far, though, and maybe more importantly, I'd prefer something deterministic here.

@snarfed snarfed changed the title Don't send self-replies as webmentions Per-user option: don't send self-replies as webmentions Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants