]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ActivityPub/Whoami.php
spelling: chosen
[friendica.git] / src / Module / ActivityPub / Whoami.php
index ab72b4e15249d71e9f38feba68ff4f98937460bb..cac21744f897d96168c8127829365e6496500c5b 100644 (file)
@@ -29,7 +29,7 @@ use Friendica\Module\BaseApi;
 use Friendica\Protocol\ActivityPub;
 
 /**
- * Dummy class for all currently unimplemented endpoints
+ * "who am i" endpoint for ActivityPub C2S
  */
 class Whoami extends BaseApi
 {
@@ -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();