Alex Kirk
Alex Kirk
Do you think it would also be an option to get this functionality for yourself using your own plugin? I think we could add a hook to https://github.com/akirk/enable-mastodon-apps/blob/main/includes/handler/class-status.php#L263
Thinking along the lines of Playbook, what about Playlist (since we had already mentioned mixtape)?
The "fix" broke the whole rewrite registering, so I had to revert it.
Hi, I currently don't have a ClassicPress install to test this. Would you be so kind to check your PHP error log if there is something that reveals what is...
As a plugin developer, I am caught in the middle. The exact thing that you're pointing out to me has been reported as a security issue to me where someone...
I am very much open to improving the situation! > IMHO, it seems counter-intuitive, or at the very least, could be done a little bit differently. Possibly even an option...
Good point, thank you! Together with #285 this conflicts with the notion of one-user-per-blog. But similar as the ActivityPub plugin has found this solution, maybe a change in data structure...
Sorry to report that moving your followers is "ActivityPub plugin territory." @pfefferle has already [started to implement "Move" functionality in the ActivityPub plugin]( https://github.com/Automattic/wordpress-activitypub/pull/685) so I recommend watching that PR...
Thank you for the thought provoking request! I think for your use case the best idea would be to use a plugin to provide a custom post type. You could...