Closed kwaa closed 10 months ago
https://github.com/oom-components/mastodon-comments
This requires the implementation of the Mastodon API api/v1/statuses/${id}/context.
api/v1/statuses/${id}/context
The problem is that Hatsu uses page url as the id, which may require Base64Url encode as the id for this API
draft: https://hatsu.cli.rs/users/backfeed-based-on-mastodon-comments.html
Bugs should be mostly fixed, so I will close this issue.
https://github.com/oom-components/mastodon-comments
This requires the implementation of the Mastodon API
api/v1/statuses/${id}/context
.