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 {