]> git.mxchange.org Git - friendica.git/commitdiff
Removed finished work from the comments
authorMichael <heluecht@pirati.ca>
Wed, 24 Oct 2018 04:51:37 +0000 (04:51 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 24 Oct 2018 04:51:37 +0000 (04:51 +0000)
src/Protocol/ActivityPub/Processor.php
src/Protocol/ActivityPub/Transmitter.php

index 9bafb5e17511cc10c2a35565b2003f78e9aff2f1..8a80bd2beae2131a37e7deabdbb314746e553271 100644 (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
 {
index a37d035377a5ce618aa751502010140f1f08a92e..b0e6cd362955f5a3e7f029577c4604e6f07f070c 100644 (file)
@@ -39,9 +39,6 @@ require_once 'include/api.php';
  *
  * Complicated object types:
  * - Undo Announce
- *
- * General:
- * - Queueing unsucessful deliveries
  */
 class Transmitter
 {