]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Switch order of html/text for StatusNet backwards compatibility
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 20 Oct 2013 10:50:27 +0000 (12:50 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 20 Oct 2013 10:50:27 +0000 (12:50 +0200)
commit802734d07eace79d3002e887d02d8585d3dd19f5
tree2a486f442623c1c69711b41be0204c373c52f59f
parent039874195649f578c89d4435e99a0359501cda79
Switch order of html/text for StatusNet backwards compatibility

StatusNet chooses the first content element in an Atom feed, while
it should really choose the 'html' representation for its 'rendered'
and 'text' representation for the (text-only) 'content'.

GNU social will implement a better algorithm for retrieving Atom
feeds, but that is yet to be done. So to avoid having link-less posts
on remote nodes, we'll just do the old switch-a-roo.

Other Atom readers, such as Mozilla Firefox, has the reverse priority
(choosing the last of the content elements).
lib/activityobject.php