diff options
author | friendica <info@friendica.com> | 2014-09-11 17:27:49 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-11 17:27:49 -0700 |
commit | 3a10956b20170a64de0a150c36bb24c46297ce42 (patch) | |
tree | 01430064247dcc4f057ee563fdd57cf6de4aa344 /boot.php | |
parent | 653ed27fc9640f81b07484b9bed6f6cedfc11b44 (diff) | |
download | volse-hubzilla-3a10956b20170a64de0a150c36bb24c46297ce42.tar.gz volse-hubzilla-3a10956b20170a64de0a150c36bb24c46297ce42.tar.bz2 volse-hubzilla-3a10956b20170a64de0a150c36bb24c46297ce42.zip |
correct item author for feeds with multiple or different authors
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |