aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/ThreadItem.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-09-04 08:30:04 +0000
committerMario <mario@mariovavti.com>2021-09-04 08:30:04 +0000
commit793881b9f96d1c6879790a582240944a18bd724e (patch)
tree33feb06c0f81263057af83e54496e00363ad3acb /Zotlabs/Lib/ThreadItem.php
parent529824d010cf88c409d5ce894b72060caccae580 (diff)
downloadvolse-hubzilla-793881b9f96d1c6879790a582240944a18bd724e.tar.gz
volse-hubzilla-793881b9f96d1c6879790a582240944a18bd724e.tar.bz2
volse-hubzilla-793881b9f96d1c6879790a582240944a18bd724e.zip
more gen_link_id()
Diffstat (limited to 'Zotlabs/Lib/ThreadItem.php')
-rw-r--r--Zotlabs/Lib/ThreadItem.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php
index c9048cd4f..600f9e97c 100644
--- a/Zotlabs/Lib/ThreadItem.php
+++ b/Zotlabs/Lib/ThreadItem.php
@@ -503,7 +503,7 @@ class ThreadItem {
'wait' => t('Please wait'),
'thread_level' => $thread_level,
'settings' => $settings,
- 'thr_parent' => (($item['parent_mid'] != $item['thr_parent']) ? 'b64.' . base64url_encode($item['thr_parent']) : '')
+ 'thr_parent' => (($item['parent_mid'] != $item['thr_parent']) ? gen_link_id($item['thr_parent']) : '')
);
$arr = array('item' => $item, 'output' => $tmp_item);