diff options
author | redmatrix <git@macgirvin.com> | 2016-07-24 16:11:34 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-24 16:11:34 -0700 |
commit | b5f2b4af354b8864a3dfa1756c52631625430c44 (patch) | |
tree | 6bc8a01496187e2304df0436094625b98e45edf5 /include/api.php | |
parent | 9967f2ab28d751517f63572c1f820dd3d9be5e62 (diff) | |
download | volse-hubzilla-b5f2b4af354b8864a3dfa1756c52631625430c44.tar.gz volse-hubzilla-b5f2b4af354b8864a3dfa1756c52631625430c44.tar.bz2 volse-hubzilla-b5f2b4af354b8864a3dfa1756c52631625430c44.zip |
string update and some minor comment edits
Diffstat (limited to 'include/api.php')
-rw-r--r-- | include/api.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/api.php b/include/api.php index 8d475c5fa..7ba10757c 100644 --- a/include/api.php +++ b/include/api.php @@ -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') |