In reply to
.
Note to self: I don’t think Pixelfed’s API supports revoking access tokens, or a `since_id` parameter (like, when getting the most recent statuses).
In reply to
.Found out this morning that a small tweak to https://github.com/janboddez/import-from-mastodon will make it work with Pixelfed, too. Thing is, Pixelfed’s access tokens do in fact expire, so rather than just check if authorization is still okay (the plugin’s current behavior), I should probably attempt to renew (Pixelfed) tokens that are about to expire, too.