diff options
author | Max Kostikov <max@kostikov.co> | 2019-12-01 15:22:38 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-12-01 15:22:38 +0100 |
commit | 3c1ff1fc63fc2ff86202b9e940bf8e83ad622884 (patch) | |
tree | 2273239070ad1f6c7886d254723a9ebb925dba47 /Zotlabs | |
parent | d711f2ad4c52db4a4178bb2b35abc827260286fa (diff) | |
download | volse-hubzilla-3c1ff1fc63fc2ff86202b9e940bf8e83ad622884.tar.gz volse-hubzilla-3c1ff1fc63fc2ff86202b9e940bf8e83ad622884.tar.bz2 volse-hubzilla-3c1ff1fc63fc2ff86202b9e940bf8e83ad622884.zip |
Add base64 mids array
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Widget/Pinned.php | 1 |
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, |