aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/LDSignatures.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-09-12 20:24:57 -0700
committerzotlabs <mike@macgirvin.com>2017-09-12 20:24:57 -0700
commit4ff89a58625e647ee74087dfab79ac6dd76cbe6c (patch)
treee42baddb330e80c7c66d2da8dfb7231140efc9d0 /Zotlabs/Lib/LDSignatures.php
parentd4e53bb86fbeff0dd0b4f069f4fa07993ddf9e65 (diff)
downloadvolse-hubzilla-4ff89a58625e647ee74087dfab79ac6dd76cbe6c.tar.gz
volse-hubzilla-4ff89a58625e647ee74087dfab79ac6dd76cbe6c.tar.bz2
volse-hubzilla-4ff89a58625e647ee74087dfab79ac6dd76cbe6c.zip
drop salmon until we improve performance
Diffstat (limited to 'Zotlabs/Lib/LDSignatures.php')
-rw-r--r--Zotlabs/Lib/LDSignatures.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Lib/LDSignatures.php b/Zotlabs/Lib/LDSignatures.php
index 7d468782a..fa2758044 100644
--- a/Zotlabs/Lib/LDSignatures.php
+++ b/Zotlabs/Lib/LDSignatures.php
@@ -16,7 +16,8 @@ class LDSignatures {
}
static function dopplesign(&$data,$channel) {
- $data['magicEnv'] = self::salmon_sign($data,$channel);
+ // remove for the time being - performance issues
+ // $data['magicEnv'] = self::salmon_sign($data,$channel);
return self::sign($data,$channel);
}