]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/atomnoticefeed.php
cache Web responses in Webfinger library
[quix0rs-gnu-social.git] / lib / atomnoticefeed.php
index d2bf2a416f3bb26be64e0857b2ae43970239d7cc..3c3556cb95c789c59c951440cf73c6b12ad64801 100644 (file)
@@ -64,6 +64,11 @@ class AtomNoticeFeed extends Atom10Feed
             'http://activitystrea.ms/spec/1.0/'
         );
 
+        $this->addNamespace(
+            'media',
+            'http://purl.org/syndication/atommedia'
+        );
+
         $this->addNamespace(
             'poco',
             'http://portablecontacts.net/spec/1.0'