Update activitypub.php

NodeInfo is only initialized when blog is public
This commit is contained in:
Matthias Pfefferle 2023-05-17 10:25:00 +02:00 committed by GitHub
parent 313a4da607
commit a147d21fda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,6 @@ function init() {
Rest\Inbox::init(); Rest\Inbox::init();
Rest\Followers::init(); Rest\Followers::init();
Rest\Following::init(); Rest\Following::init();
Rest\Nodeinfo::init();
Rest\Webfinger::init(); Rest\Webfinger::init();
Admin::init(); Admin::init();