-
Notifications
You must be signed in to change notification settings - Fork 52
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
backfeed silo mentions from other people #523
Comments
current silo support:
|
one wrinkle here if that twitter @-replies usually mention the tweet's author, but they probably shouldn't get backfed to the front page as mentions. however, if someone mentions you in a reply to someone else, that maybe should get backfed. here's a straw man: if a mention isn't a reply, backfeed it. if it is, but it's not a reply to you, and if the tweet it's replying to doesn't mention you, backfeed it. (other silos don't start comments with mentions by default, so they don't have this problem.) |
I'm ok with not doing the backfeed a second time for posts that are a direct reply to you. But I'd also be ok with doing it, since it still mentions you. Either way. |
sounds good! i'm also inclined to suppress mention backfeed when we find an original post link to one of your sites, e.g. tweets like these, so that we don't double backfeed those either. |
…eGrSource so that tests run the real Source.get_activities(), now that it actually does something. for #523
turning this on now. hold onto your britches... |
first confirmed kill! (their site doesn't accept front page webmentions, but that's fine.) |
example of one that did go through: https://twitter.com/lucavgobbi/status/668762681000796160 (i love how @kevinmarks's use of webmention.herokuapp.com on his front page is kind of a light stress test. :P) |
getting these now but they don't actually refer to my URL, for example |
this was breaking rendering user mention URLs (snarfed/bridgy#523) for posts with non-hashtag non-person tags, e.g. links. oops!
e.g. if someone else tweets 'hey @username foo bar!', we'd send it as a webmention to your web site's front page. same with user mentions/tags on FB, G+, and IG.
similar to #488. inspired by #456 (comment). (thanks @singpolyma!)
The text was updated successfully, but these errors were encountered: