From 3a10956b20170a64de0a150c36bb24c46297ce42 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 11 Sep 2014 17:27:49 -0700 Subject: correct item author for feeds with multiple or different authors --- boot.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 4223a57f3..7dd52069f 100755 --- a/boot.php +++ b/boot.php @@ -450,6 +450,8 @@ define ( 'NAMESPACE_FEED', 'http://schemas.google.com/g/2010#updates- define ( 'NAMESPACE_OSTATUS', 'http://ostatus.org/schema/1.0' ); define ( 'NAMESPACE_STATUSNET', 'http://status.net/schema/api/1/' ); define ( 'NAMESPACE_ATOM1', 'http://www.w3.org/2005/Atom' ); +define ( 'NAMESPACE_YMEDIA', 'http://search.yahoo.com/mrss/' ); + /** * activity stream defines */ -- cgit v1.2.3