From 4ff89a58625e647ee74087dfab79ac6dd76cbe6c Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 12 Sep 2017 20:24:57 -0700 Subject: drop salmon until we improve performance --- Zotlabs/Lib/LDSignatures.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Zotlabs') 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); } -- cgit v1.2.3