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...
|
||||
// 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
|
||||
// scrape some identifying info from.
|
||||
// We should probably probe the openid url and figure out if they have any kind of
|
||||
// social presence we might be able to scrape some identifying info from.
|
||||
|
||||
$name = $authid;
|
||||
$url = trim($_REQUEST['openid_identity'],'/');
|
||||
|
@ -2040,6 +2040,7 @@ require_once('include/api_auth.php');
|
||||
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.
|
||||
// This won't work if either of you send your stream to everybody on the network
|
||||
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