wordpress-activitypub/includes/handler
Jan Boddez dabff80cc2
Add like handler (#804)
* Update class-comment.php

* Initial attempt

* Register like handler

* Add support for undoing likes

* add support for announce

and copied basic comment_type support handling from the Webmention plugin

* fix merge issues

* remove C&P issues

* add missing phpdoc

* Disable Announces and Likes by default.

* set ACTIVITYPUB_DISABLE_REACTIONS to false

* refactorings

* fix escaping

* add default object type

* deduplicate code

---------

Co-authored-by: Matthias Pfefferle <pfefferle@users.noreply.github.com>
2024-08-16 12:55:16 +02:00
..
class-announce.php Add like handler (#804) 2024-08-16 12:55:16 +02:00
class-create.php Update class-create.php (#801) 2024-07-09 16:32:43 +02:00
class-delete.php queue only deletes if follower exists 2024-02-10 20:41:47 +01:00
class-follow.php Notifications: introduce general class and use it for new follows (#761) 2024-05-16 16:03:03 -05:00
class-like.php Add like handler (#804) 2024-08-16 12:55:16 +02:00
class-undo.php Add like handler (#804) 2024-08-16 12:55:16 +02:00
class-update.php Address some of things found in #633 (#634) 2024-01-05 19:53:25 +01:00