diff options
author | Zach Copley <zach@status.net> | 2010-02-25 16:06:49 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-02-25 16:06:49 -0800 |
commit | 7922edb5b6c4ad55a1b81fa16c93e5656b676b26 (patch) | |
tree | 7f128941174c2b14a69ac102e28eaa1dbd3529da /classes/Notice.php | |
parent | bac959ad46e6e04bce8c29f8a24e198e62bf5616 (diff) |
Add lots of fun avatars to our Atom output
Diffstat (limited to 'classes/Notice.php')
-rw-r--r-- | classes/Notice.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/Notice.php b/classes/Notice.php index 46c5ebb37..ac4640534 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -1096,6 +1096,7 @@ class Notice extends Memcached_DataObject 'xmlns:thr' => 'http://purl.org/syndication/thread/1.0', 'xmlns:georss' => 'http://www.georss.org/georss', 'xmlns:activity' => 'http://activitystrea.ms/spec/1.0/', + 'xmlns:media' => 'http://purl.org/syndication/atommedia', 'xmlns:poco' => 'http://portablecontacts.net/spec/1.0', 'xmlns:ostatus' => 'http://ostatus.org/schema/1.0'); } else { |