A social network between WordPresses. Privacy focused, by itself a self-hosted RSS++ reader with notifications. Combine with other plugins to make your WordPress a full personal Mastodon instance.
The problem was that we first try to request the "feed url" without an Accept: application/activity+json header. Following action was dependent on this request working. We now try ActivityPub even if that fails.
Fixes #376.
The problem was that we first try to request the "feed url" without an
Accept: application/activity+json
header. Following action was dependent on this request working. We now try ActivityPub even if that fails.