]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Try not to wipe out good data with empty values in Ostatus_profile::updateProfile()
authorEvan Prodromou <evan@status.net>
Thu, 10 Feb 2011 14:39:40 +0000 (09:39 -0500)
committerEvan Prodromou <evan@status.net>
Thu, 10 Feb 2011 14:39:40 +0000 (09:39 -0500)
commit8fa44e58f975ad6d59e0151f624de603a650352c
tree4b3823f2f9feb13a34430a1a7f0d5c61680bf1ed
parentdf19e8832376c70193562694c09c48fbec30305d
Try not to wipe out good data with empty values in Ostatus_profile::updateProfile()

Output from 0.9.6 PuSH feeds seems to have a rump <author> but no
<activity:actor>. It was overwriting valid and useful data set up at
subscribe time.

This fix tries to avoid overwriting data. However, it may prevent
updates that delete data.

Bug: 3028
plugins/OStatus/classes/Ostatus_profile.php