akirk / friends

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.
https://wpfriends.at/
GNU General Public License v2.0
83 stars 14 forks source link

New private post widget returning 404 #360

Closed liviacarolgouvea closed 1 month ago

liviacarolgouvea commented 1 month ago

The submission of a new post returns 404 page.

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.