]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
OStatusPlugin: fix ensureProfile catch-22 in onCheckActivityAuthorship()
authorJoshua Judson Rosen <rozzin@geekspace.com>
Wed, 31 Dec 2014 04:56:33 +0000 (23:56 -0500)
committerJoshua Judson Rosen <rozzin@geekspace.com>
Wed, 31 Dec 2014 04:56:33 +0000 (23:56 -0500)
commitf246dd4645c8e2312b722c7eca05714ed867f0a9
tree6e2652397c514c18cab425deddd0aada205ed240
parent805609747843e3fbb199ba959f10b0fd8d136657
OStatusPlugin: fix ensureProfile catch-22 in onCheckActivityAuthorship()

Use profile URL (not URI), like elsewhere.

Profile::getUri() doesn't actually do anything useful, here--
it does nothing unless a plugin (like OStatus) is already
able to resolve the Profile into a backend object (e.g.: an Ostatus_profile).

If we might not already have an Ostatus_profile for a given Profile,
then we need to use $profile->getUrl() and fetch the data from that URL.
plugins/OStatus/OStatusPlugin.php