diff options
author | Mario <mario@mariovavti.com> | 2021-06-29 08:45:48 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-29 08:45:48 +0000 |
commit | 0503914527643210af25d9e036238e6ebfee889e (patch) | |
tree | ba9935b5ad2e739a51db3a9e14cf03559a3c8480 /Zotlabs/Lib/ThreadItem.php | |
parent | cb65ae68485ed0abb364bc055ff97a28ed70f899 (diff) | |
download | volse-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.php | 2 |
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) { |