From 75c3bda8665b78b9a44863b87c08d4f9e8a5b547 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 20 Mar 2019 16:09:34 -0700 Subject: hubzilla core issue #1356 , permissions not getting decrypted on follow --- include/follow.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/follow.php') diff --git a/include/follow.php b/include/follow.php index db77a0160..1b35f1b32 100644 --- a/include/follow.php +++ b/include/follow.php @@ -119,6 +119,7 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false) if( array_key_exists('permissions',$j) && array_key_exists('data',$j['permissions'])) { $permissions = crypto_unencapsulate(array( 'data' => $j['permissions']['data'], + 'alg' => $j['permissions']['alg'], 'key' => $j['permissions']['key'], 'iv' => $j['permissions']['iv']), $channel['channel_prvkey']); -- cgit v1.2.3