diff options
author | Mario <mario@mariovavti.com> | 2020-11-23 18:23:46 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-23 18:23:46 +0000 |
commit | 891b1428cc3a5aade0754acffa1a516c5896b46a (patch) | |
tree | f454e3cc21d23a5fdabf3f81082e357779b6adc0 /Zotlabs/Lib | |
parent | 453dd38e51a5fe20bb34396ecc5f11e345196322 (diff) | |
download | volse-hubzilla-891b1428cc3a5aade0754acffa1a516c5896b46a.tar.gz volse-hubzilla-891b1428cc3a5aade0754acffa1a516c5896b46a.tar.bz2 volse-hubzilla-891b1428cc3a5aade0754acffa1a516c5896b46a.zip |
do not use chanlink_url() at this place
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r-- | Zotlabs/Lib/Activity.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index 3006c6789..a655a895c 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -713,7 +713,7 @@ class Activity { ); if($p) { xchan_query($p,true); - $p = fetch_post_tags($p,true); + $p = fetch_post_tags($p); $i['obj'] = self::encode_item($p[0]); // convert to zot6 emoji reaction encoding which uses the target object to indicate the |