-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Remote Comment capability #224
Comments
Correct me if I'm wrong, but I think ActivityPub doesn't allow you to do this in the way it works: it just emits metadata notifications for new content. For instance, you cannot get older toots on Mastodon after following somebody for the first time. (Maybe there's something to do at the standard specification level itself?) |
Try to copy an URI of an old toot on an instance that does not federate with you to the search field. Mastodon will find this toot and let you respond. |
I see, makes sense. |
It's kinda the same mechanism as with "Remote Follow", AFAIK. |
I think this is a feature request on the Mastodon side 🤔 -> Recover old statuses through ActivityPub. |
Will Mastodon implement a "Remote comment" link on Peertube pages? I don't think so. |
I'm sorry but I'm not sure to understand. I thought you wanted that on Mastodon, when you search a PeerTube video with its URL you have a result (which is not the case for now). |
That would be a poor man's version of what I wanted. What's better is "Remote comment" link right above the comments section which then asks for your Fediverse account and then redirects you to your Mastodon or whatnot with your video's page open ready for response. |
Any news on this one? |
Maybe I'm mistaken but Mastodon, for instance, only supports There is mastodon/mastodon#916 tracking the implementation of such a feature. Any idea as to how to implement despite all of that, @drequivalent ? |
Mastodon definitely shows me people's older posts from before I added them @bnjbvr |
@leethax666 only on your own instance I think |
@Chocobozzz I think the issue is that PeerTube is not giving JSON/XML AP responses for video links. https://github.com/tootsuite/mastodon/blob/master/app/services/fetch_atom_service.rb#L31-L32 A link such as https://peertube.cpy.re/videos/watch/da2b08d4-a242-4170-b32a-4ec8cbdca701 should have this in the HTML: And respond to matching This line in the router: https://github.com/Chocobozzz/PeerTube/blob/develop/server/controllers/client.ts#L19-L23 should be checking the Accept: header. |
@riking I can only answer for the dynamic addition/removal of |
@riking Hello, We give AP responses for video links: https://github.com/Chocobozzz/PeerTube/blob/develop/server/controllers/activitypub/client.ts#L44 Try
For the HTML |
Now that Mastodon 2.5.0 implements remote reply/boost interactions through mastodon/mastodon#8202, at least we can redirect mastodon users to interact directly with the video. |
Implemented in 660d11e. |
Consider removing
|
@SerCom-KC on my todo 😉 I will integrate part of its content with the modal. |
When I follow an account from Mastodon, I'm able to response only to new videos, that were uploaded since my server started federating with PeerTube.
I'd like to be able to comment on older videos, no matter if my instance is federating with PeerTube at the moment or not.
Status:
Implemented a basic form in 660d11e
The text was updated successfully, but these errors were encountered: