Skip to content

Commit 24648d6

Browse files
committed
1 parent a4a146e commit 24648d6

File tree

2 files changed

+1
-44
lines changed

2 files changed

+1
-44
lines changed

activitypub.php

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: ActivityPub
44
* Plugin URI: https://github.com/pfefferle/wordpress-activitypub/
55
* Description: The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.
6-
* Version: 0.15.0
6+
* Version: 0.16.0
77
* Author: Matthias Pfefferle
88
* Author URI: https://notiz.blog/
99
* License: MIT
@@ -84,14 +84,6 @@ function init() {
8484
require_once \dirname( __FILE__ ) . '/includes/class-health-check.php';
8585
\Activitypub\Health_Check::init();
8686

87-
require_once \dirname( __FILE__ ) . '/includes/rest/class-server.php';
88-
\add_filter(
89-
'wp_rest_server_class',
90-
function() {
91-
return '\Activitypub\Rest\Server';
92-
}
93-
);
94-
9587
if ( \WP_DEBUG ) {
9688
require_once \dirname( __FILE__ ) . '/includes/debug.php';
9789
}

includes/rest/class-server.php

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)