So, we have these objects
https://friends.grishka.me/grishka
and
https://friends.grishka.me/posts/11235
Friendica does fetch them.
Mastodon doesn't
What's going on here?
Top-level
So, we have these objects https://friends.grishka.me/grishka and https://friends.grishka.me/posts/11235 Friendica does fetch them. Mastodon doesn't What's going on here? No comments
|
@drq @mike @Gargron the thing is, Mastodon does happily accept, store and display post objects if you send them to its inbox. Looking up users by their username@domain (via webfinger) works too — after which Mastodon fetches the user object from that exact URL and displays it; I actually used that to verify my implementation. It's only direct links in the search field that don't work for some reason.