]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Additional fixes found while looking at ticket #2532: when given a screen name as...
authorBrion Vibber <brion@pobox.com>
Fri, 22 Oct 2010 20:53:10 +0000 (13:53 -0700)
committerBrion Vibber <brion@pobox.com>
Fri, 22 Oct 2010 20:53:10 +0000 (13:53 -0700)
commiteb30c6651a0f726e44e4b8c318f5c1274969202d
tree949ab2639658e77a04fbbb31e565f3ba54f488d5
parent2d124e4aabdc2f4c5a30c5b0b087bbfa1e7bac7b
Additional fixes found while looking at ticket #2532: when given a screen name as API parameter for a profile, do the nickname lookup on local users only. The profile table can't guarantee unique lookups, so using names isn't currently safe there. This won't affect anything using local nicknames correctly, and may avoid some weird bugs if there were conflicts between local and remote nicknames.
lib/apiaction.php