forked from Automattic/wordpress-activitypub
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve federated comments (Automattic#645)
* fix some times broken reply context * revert changes * add a filter to finally verify if an activity should be send or not * better local comment handling do not federate local only comments (fix Automattic#652) and hide "reply" link for federated comments * show JSON only for comments that should be federated! * fix parent_comment handling * show external id if exists * disable "edit comments" for federated comments * some more doc * added tests * fix Automattic#658 * allow custom reply link! * some restructurings * this will be only a minor release * version bump * mark WordPress object as federated * fix content filter issue! fixes https://wordpress.org/support/topic/yasr-ratings-appear-on-comments-on-mastodon/ * add custom filter thanks @janboddez for the idea Automattic#645 (comment) * optimize code a bit * consts to enable/disable incoming/outgoing interactions see https://wordpress.org/support/topic/how-to-suppress-user-comments-from-feed/ * rename state * cleanup federation check * fix markdown * better handling of Create/Update/Delete * update check
- Loading branch information
Showing
13 changed files
with
767 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.