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 / --- include/text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/text.php') diff --git a/include/text.php b/include/text.php index 1919e4b57..ea21e2184 100644 --- a/include/text.php +++ b/include/text.php @@ -2485,7 +2485,7 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag, $d if(($t2) && (! $diaspora)) { //get the id - $tagcid = substr($newname,$t2 + 1); + $tagcid = urldecode(substr($newname,$t2 + 1)); if(strrpos($tagcid,' ')) $tagcid = substr($tagcid,0,strrpos($tagcid,' ')); -- cgit v1.2.3