diff options
author | friendica <info@friendica.com> | 2014-02-20 18:38:52 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-20 18:38:52 -0800 |
commit | 8367a922144f0aeafb084300427959e4f254f27a (patch) | |
tree | 885cc060801fe6bfde25fe9bcc8c1eb2615a526d /include/zot.php | |
parent | e12f6f1bd93bb42bf0fe9fc9d9a1ff08cd162a0d (diff) | |
download | volse-hubzilla-8367a922144f0aeafb084300427959e4f254f27a.tar.gz volse-hubzilla-8367a922144f0aeafb084300427959e4f254f27a.tar.bz2 volse-hubzilla-8367a922144f0aeafb084300427959e4f254f27a.zip |
fix login weirdness for accounts that need to be approved
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/zot.php b/include/zot.php index a7094b2ad..298abb178 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1279,11 +1279,6 @@ function allowed_public_recips($msg) { if(array_key_exists('public_scope',$msg['message'])) $scope = $msg['message']['public_scope']; - // we can pull out these two lines once everybody has upgraded to >= 2013-02-15.225 - - else - $scope = 'public'; - $hash = base64url_encode(hash('whirlpool',$msg['notify']['sender']['guid'] . $msg['notify']['sender']['guid_sig'], true)); if($scope === 'public' || $scope === 'network: red') |