aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Widget/Pinned.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Widget/Pinned.php b/Zotlabs/Widget/Pinned.php
index cee2196b5..33a1a59d4 100644
--- a/Zotlabs/Widget/Pinned.php
+++ b/Zotlabs/Widget/Pinned.php
@@ -105,6 +105,7 @@ class Pinned {
'folders' => $body['folders'],
'text' => strip_tags($body['html']),
'id' => $item['id'],
+ 'mids' => json_encode([ 'b64.' . base64url_encode($item['mid']) ]),
'isevent' => $isevent,
'attend' => $attend,
'consensus' => $consensus,