aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/ThreadItem.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-06-29 08:45:48 +0000
committerMario <mario@mariovavti.com>2021-06-29 08:45:48 +0000
commit0503914527643210af25d9e036238e6ebfee889e (patch)
treeba9935b5ad2e739a51db3a9e14cf03559a3c8480 /Zotlabs/Lib/ThreadItem.php
parentcb65ae68485ed0abb364bc055ff97a28ed70f899 (diff)
downloadvolse-hubzilla-0503914527643210af25d9e036238e6ebfee889e.tar.gz
volse-hubzilla-0503914527643210af25d9e036238e6ebfee889e.tar.bz2
volse-hubzilla-0503914527643210af25d9e036238e6ebfee889e.zip
fix deleting and starring in unthreaded view
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 c0d5c001b..618483abe 100644
--- a/Zotlabs/Lib/ThreadItem.php
+++ b/Zotlabs/Lib/ThreadItem.php
@@ -367,7 +367,7 @@ class ThreadItem {
call_hooks('dropdown_extras',$dropdown_extras_arr);
$dropdown_extras = $dropdown_extras_arr['dropdown_extras'];
- $midb64 = 'b64.' . base64url_encode($item['mid']);
+ $midb64 = gen_link_id($item['mid']);
$mids = [ $midb64 ];
$response_mids = [];
foreach($response_verbs as $v) {