]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
We would end up with a Managed_DataObject if now match was found
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 4 Jan 2016 01:04:18 +0000 (02:04 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 4 Jan 2016 01:04:18 +0000 (02:04 +0100)
commitfb537fb7f455cde9c4ccd9f6e54e734467d4f4b3
tree6228dbe5aad8358915683f704e35e738c5f1c423
parent065e23b1c4dce31f38c2f187be7679066c6f5840
We would end up with a Managed_DataObject if now match was found

meaning we'd return for example a Notice with empty id (translated into 0)
and thus Faves coming in from remote instances where the fave'd notice was
not found would result in faving the first Notice in a table-wide search,
i.e. often the first post on the instance.

Whoopie!
lib/activityutils.php