diff options
author | Mario <mario@mariovavti.com> | 2024-02-01 16:29:23 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-02-01 16:29:23 +0000 |
commit | 8515aa6966536c40f1a6c3e4cf0647401485f7d8 (patch) | |
tree | 2a1eeac4fe9023c8aab7ee095101f4a5d5282809 /Zotlabs/Lib/ThreadItem.php | |
parent | 691de5bf2ed177ee6481743e88a78788d32e1f03 (diff) | |
download | volse-hubzilla-8515aa6966536c40f1a6c3e4cf0647401485f7d8.tar.gz volse-hubzilla-8515aa6966536c40f1a6c3e4cf0647401485f7d8.tar.bz2 volse-hubzilla-8515aa6966536c40f1a6c3e4cf0647401485f7d8.zip |
fix issues related to b64mid to uuid conversion
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 b6df1baf1..016dc5d25 100644 --- a/Zotlabs/Lib/ThreadItem.php +++ b/Zotlabs/Lib/ThreadItem.php @@ -384,7 +384,7 @@ class ThreadItem { call_hooks('dropdown_extras',$dropdown_extras_arr); $dropdown_extras = $dropdown_extras_arr['dropdown_extras']; - //$midb64 = gen_link_id($item['mid']); + $midb64 = $item['uuid']; $mids = [ $item['uuid'] ]; $response_mids = []; foreach($response_verbs as $v) { |