]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ActivityPub/Whoami.php
Merge pull request #12946 from friendica/api-permission
[friendica.git] / src / Module / ActivityPub / Whoami.php
index f9513907cc53fcf8f15d652fe6cfb277369f961d..cac21744f897d96168c8127829365e6496500c5b 100644 (file)
@@ -96,7 +96,7 @@ class Whoami extends BaseApi
                        'oauthRegistrationEndpoint'  => DI::baseUrl() . '/api/v1/apps',
                        'oauthTokenEndpoint'         => DI::baseUrl() . '/oauth/token',
                        'sharedInbox'                => DI::baseUrl() . '/inbox',
-                       'uploadMedia'                => DI::baseUrl() . '/api/upload_media' // @todo Endpoint does not exist at the moment
+//                     'uploadMedia'                => DI::baseUrl() . '/api/upload_media' // @todo Endpoint does not exist at the moment
                ];
 
                $data['generator'] = ActivityPub\Transmitter::getService();