A social network between WordPresses. Privacy focused, by itself a self-hosted RSS++ reader with notifications. Combine with other plugins to make it a full Mastodon instance.
I suggest inserting a redirect (wp_redirect( 'friends/' );), replacing the exit in the ajax_frontend_publish_post function in includes/class-frontend.php page on line 482.
The submission of a new post returns 404 page.
I suggest inserting a redirect (
wp_redirect( 'friends/' );
), replacing theexit
in theajax_frontend_publish_post
function inincludes/class-frontend.php
page on line 482.