Removed finished work from the comments

This commit is contained in:
Michael 2018-10-24 04:51:37 +00:00
parent a6f6db8d4e
commit c25d60e107
2 changed files with 1 additions and 7 deletions

View File

@ -17,10 +17,7 @@ use Friendica\Core\Config;
use Friendica\Protocol\ActivityPub;
/**
* ActivityPub Protocol class
*
* To-Do:
* - Store Diaspora signature
* ActivityPub Processor Protocol class
*/
class Processor
{

View File

@ -39,9 +39,6 @@ require_once 'include/api.php';
*
* Complicated object types:
* - Undo Announce
*
* General:
* - Queueing unsucessful deliveries
*/
class Transmitter
{