From be097bf415c898c470e85e89cd059e7121517d15 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 30 Aug 2017 16:24:26 -0700 Subject: issue with mentions and xchans with @ or / --- Zotlabs/Module/Acl.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Zotlabs') diff --git a/Zotlabs/Module/Acl.php b/Zotlabs/Module/Acl.php index 83fafbdff..19797e634 100644 --- a/Zotlabs/Module/Acl.php +++ b/Zotlabs/Module/Acl.php @@ -326,9 +326,7 @@ class Acl extends \Zotlabs\Web\Controller { if($r) { foreach($r as $g){ - // remove RSS feeds from ACLs - they are inaccessible - if(strpos($g['hash'],'/') && $type != 'a') - continue; + $g['hash'] = urlencode($g['hash']); if(in_array($g['hash'],$permitted) && $type == 'c' && (! $noforums)) { $contacts[] = array( -- cgit v1.2.3