You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to how you have the @username@domain on the about page, it might be useful to add in a path to the bookmark that someone can look up in order to comment
it looks like they're stored in the format: "https://{{domain}}/m/{{activity_id}}" but doing a search for that url doesn't seem to bring up the post so I'm not certain what would be needed for that
The text was updated successfully, but these errors were encountered:
Hmm, yeah. I would expect that pasting the "/m/a-{guid}" format would work right now, so we'll have to see what we're returning there vs what Mastodon is expecting. But also we don't really expose those URLs right now, and we should make sure that the "/bookmark/{incremental id}" canonical URL redirects properly as well so that once we've fixed both halves, it comes up correctly in Mastodon.
it looks like they're stored in the format: "https://{{domain}}/m/{{activity_id}}" but doing a search for that url doesn't seem to bring up the post so I'm not certain what would be needed for that
Hm, I still can't search for a post in that format from mastodon.social. But I have a takahe server setup and it has no issue searching for posts setup like that
TomCasavant
changed the title
Add link to bookmark in bookmark detailed view
Add link to bookmark in bookmark detailed view, Search not working
Jun 4, 2024
Similar to how you have the @username@domain on the about page, it might be useful to add in a path to the bookmark that someone can look up in order to comment
it looks like they're stored in the format: "https://{{domain}}/m/{{activity_id}}" but doing a search for that url doesn't seem to bring up the post so I'm not certain what would be needed for that
The text was updated successfully, but these errors were encountered: