]> git.mxchange.org Git - friendica.git/commitdiff
Updated class description
authorMichael <heluecht@pirati.ca>
Sun, 29 Jan 2023 17:51:04 +0000 (17:51 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 29 Jan 2023 17:51:04 +0000 (17:51 +0000)
src/Module/ActivityPub/Whoami.php

index ab72b4e15249d71e9f38feba68ff4f98937460bb..f9513907cc53fcf8f15d652fe6cfb277369f961d 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
 {