Matthias Pfefferle
Matthias Pfefferle
I am already working on that, thanks!
If I would be "that awesome" this issue wouldn't even exist :joy:
And btw. I commented on the wrong ticket 😂 I am fixing the comment stuff 🤦
I am currently working on activity handlers to better support delete and update requests. I will ping you in the PR if I have something to show!
@janboddez I currently work on the delete handler and experiment with late signature verification. something like if user is in follower list, verify request and delete it, otherwise ignore it!...
Or rather we must not check the signature at all on delete, it could be a simple check for http code 404 or 410!
I think this will come in a future version, but I like using `wp_mail` as a quick win.
Hey @adityanain29 thanks for the pull request, but this only adds the svg file, but it does not add the icon to the font files.
We use the `register_activation_hook` for that https://github.com/willnorris/wordpress-hum/blob/3dd7e5db821ba05d834498dc5855a7ed6e1e0b34/hum.php#L21
On WordPress we solved it with simply removing all NodeInfo endpoints: https://github.com/Automattic/wordpress-activitypub/blob/93b2f1ee7d1d740ff9f0821deca0a69664cbf928/includes/class-activitypub.php#L250