From f6277970fa4ce219a76b660eed2ebd6a6c7b574b Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 3 Oct 2018 19:35:01 +0000 Subject: [PATCH] Added some to-do --- src/Protocol/ActivityPub/Transmitter.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Protocol/ActivityPub/Transmitter.php b/src/Protocol/ActivityPub/Transmitter.php index f06122e6e2..afd9582c2d 100644 --- a/src/Protocol/ActivityPub/Transmitter.php +++ b/src/Protocol/ActivityPub/Transmitter.php @@ -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 {