]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
OStatus profile setup cleanup
authorBrion Vibber <brion@pobox.com>
Sun, 21 Mar 2010 22:18:37 +0000 (15:18 -0700)
committerBrion Vibber <brion@pobox.com>
Sun, 21 Mar 2010 22:18:37 +0000 (15:18 -0700)
commit5d3bce49b896c1b13453e1b5673d4a5abf2bcdd1
treeeaa784bb6edd7d7b144b26fbc153f6b7426d95a7
parent0f1f7ab79bad2392e10f2bc0d310f5f77b05c531
OStatus profile setup cleanup
* drop OStatusPlugin::localProfileFromUrl(), we can just look up on user.uri
* clean up a few edge cases that returned null through Ostatus_profile::ensure* code paths, now throws clear exception when we can't find a feed from the given profile url
* add some doc comments on the ensure* methods
plugins/OStatus/OStatusPlugin.php
plugins/OStatus/classes/Ostatus_profile.php