string update and some minor comment edits
This commit is contained in:
parent
9967f2ab28
commit
b5f2b4af35
@ -82,8 +82,8 @@ class Openid extends \Zotlabs\Web\Controller {
|
|||||||
|
|
||||||
// no xchan...
|
// no xchan...
|
||||||
// create one.
|
// create one.
|
||||||
// We should probably probe the openid url and figure out if they have any kind of social presence we might be able to
|
// We should probably probe the openid url and figure out if they have any kind of
|
||||||
// scrape some identifying info from.
|
// social presence we might be able to scrape some identifying info from.
|
||||||
|
|
||||||
$name = $authid;
|
$name = $authid;
|
||||||
$url = trim($_REQUEST['openid_identity'],'/');
|
$url = trim($_REQUEST['openid_identity'],'/');
|
||||||
|
@ -2040,6 +2040,7 @@ require_once('include/api_auth.php');
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// @fixme - update for hubzilla extensible perms using abconfig or find a better way to do it
|
||||||
// For Red, the closest thing we can do to figure out if you're friends is if both of you are sending each other your streams.
|
// For Red, the closest thing we can do to figure out if you're friends is if both of you are sending each other your streams.
|
||||||
// This won't work if either of you send your stream to everybody on the network
|
// This won't work if either of you send your stream to everybody on the network
|
||||||
if($qtype == 'friends')
|
if($qtype == 'friends')
|
||||||
|
3290
util/hmessages.po
3290
util/hmessages.po
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user