We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b193c commit e8b42e8Copy full SHA for e8b42e8
integration/class-jetpack.php
@@ -77,8 +77,9 @@ public static function add_sync_comment_meta( $allow_list ) {
77
* @return array The comment types with ActivityPub types added.
78
*/
79
public static function add_comment_types( $comment_types ) {
80
- $comment_types[] = 'repost';
81
$comment_types[] = 'like';
+ $comment_types[] = 'quote';
82
+ $comment_types[] = 'repost';
83
84
return array_unique( $comment_types );
85
}
0 commit comments