Ryan Barrett
Ryan Barrett
still happening.
still happening. easily searchable with `text:_favorited_by_` in the log browser.
still happening.
@aaronpk's telegraph now does this! https://telegraph.p3k.io/superfeedr . makes it a bit less of a priority to do it in bridgy.
> hmm. I thought that was for being able to receive webmentions from sites that don't technically support them right! that's what this issue is for. > for being able...
...oh, do you mean extending the blog feature to sites that aren't on tumblr/blogger/wp.com? you're right, we could definitely do that too! at least for sending. i'd probably encourage people...
@miklb definitely! sounds like a good telegraph feature request, especially since it already has some superfeedr integration. cc @aaronpk.
@aaronpk's telegraph now does this! https://telegraph.p3k.io/superfeedr
Also [webmention.app](https://webmention.app/) ([docs](https://webmention.app/docs#using-ifttt-to-trigger-checks)) and [Pushl](https://github.com/PlaidWeb/Pushl).
[Looking at the API](https://docs.github.com/en/rest/reference/reactions#create-reaction-for-a-pull-request-review-comment), we currently use the `/repos/%s/%s/issues/comments/%s/reactions` endpoint for issue comments, and this may be as trivial as replacing `issues` with `pulls`. Or it might even work without...