tut
tut copied to clipboard
feature request: Pleroma and Misskey support
also https://github.com/superseriousbusiness/gotosocial
I can understand that people want this, but I think it would be messy. Tut uses mattn/go-mastodon under the hood to make calls to the Mastodon API and relies on the data types provided by that module. So by adding support for Pleroma, Misskey or any other alternative to Mastodon would require a redesign of tut.
But I will leave this issue open, either if someone is up for this task or can tell me that the difference between Mastodon and e.g. Plemora is small and won't require a redesign.
For pleroma, things mostly work just fine out of the box. The only thing I notice is that I have to manually execute ":newer" to get updates -- it never auto-refreshes the feed.
For pleroma, things mostly work just fine out of the box. The only thing I notice is that I have to manually execute ":newer" to get updates -- it never auto-refreshes the feed.
You mean to tell me this was an existing feature all this time?
For pleroma, things mostly work just fine out of the box. The only thing I notice is that I have to manually execute ":newer" to get updates -- it never auto-refreshes the feed.
A few months ago it used to auto-refresh even for Pleroma, I'm guessing something has changed.