]> git.mxchange.org Git - friendica.git/commitdiff
Added some to-do
authorMichael <heluecht@pirati.ca>
Wed, 3 Oct 2018 19:35:01 +0000 (19:35 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 3 Oct 2018 19:35:01 +0000 (19:35 +0000)
src/Protocol/ActivityPub/Transmitter.php

index f06122e6e27476c8db661c8e1971ae8963255a23..afd9582c2d93017c8ef04e64fefa2103e4a33ceb 100644 (file)
@@ -35,6 +35,8 @@ use Friendica\Protocol\ActivityPub;
  *
  * General:
  * - Queueing unsucessful deliveries
+ * - Type "note": Remove inline images and add them as attachments
+ * - Type "article": Leave imaged embedded and don't add them as attachments
  */
 class Transmitter
 {