Edit: I previously stated that masto9 doesn't work with Snac.
-
Edit: I previously stated that masto9 doesn't work with Snac. That is absolutely not true, and the only thing not working is my reading comprehension. Thanks to @julien@nein.club for pointing it out!
The saddest part about switching to #snac so far—besides not being able to search the wider #fediverse by hashtags—is that the wonderful #masto9 client by @julien@nein.club isn’t compatible. Since snac supports some basic Mastodon API endpoints, it could be a fun winter project to try making a snac-compatible client for #plan9front, inspired by masto9.
-
Edit: I previously stated that masto9 doesn't work with Snac. That is absolutely not true, and the only thing not working is my reading comprehension. Thanks to @julien@nein.club for pointing it out!
The saddest part about switching to #snac so far—besides not being able to search the wider #fediverse by hashtags—is that the wonderful #masto9 client by @julien@nein.club isn’t compatible. Since snac supports some basic Mastodon API endpoints, it could be a fun winter project to try making a snac-compatible client for #plan9front, inspired by masto9.@thoe search should be easy enough to add to masto9, I'm curious how would you expect it to work? Like `masto9 snac.9space.no search HASHTAG` and get a list of statuses?
When I try the search endpoint on my GoToSocial instance it only returns my statuses, not sure if that's expected or if I'm doing something wrong.
Does `curl -H 'Authorization: Bearer YOUR_TOKEN' 'https://social.9space.no/api/v2/search?q=foo&type=statuses'` return something meaningful on your side? -
@thoe search should be easy enough to add to masto9, I'm curious how would you expect it to work? Like `masto9 snac.9space.no search HASHTAG` and get a list of statuses?
When I try the search endpoint on my GoToSocial instance it only returns my statuses, not sure if that's expected or if I'm doing something wrong.
Does `curl -H 'Authorization: Bearer YOUR_TOKEN' 'https://social.9space.no/api/v2/search?q=foo&type=statuses'` return something meaningful on your side?@julien@nein.club Just like that, yeah. It's the same for me when I search my endpoint. If I search for hashtag something on mastodon.social I get results from a lot of different users and instances, not just those I follow or from mastodon.social. I'm not sure how that is achieved (through relays?), but that would be awesome to have.
Edit, spelling
-
@julien@nein.club Just like that, yeah. It's the same for me when I search my endpoint. If I search for hashtag something on mastodon.social I get results from a lot of different users and instances, not just those I follow or from mastodon.social. I'm not sure how that is achieved (through relays?), but that would be awesome to have.
Edit, spellingyes, you have to add relays to your snac config, and then you'll get broader tag search results
CC: @julien@nein.club