diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-18 22:16:06 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-18 22:16:06 +0100 |
commit | fbc57fa8e36e468abe81e4f3d72b3115cbdd794c (patch) | |
tree | 05e3924cfda2e18ae97f27304f1af1f0caff988d /Zotlabs/Module/Ping.php | |
parent | 6b6c2ccfa391d138db925b2c3f92a469c587c907 (diff) | |
download | volse-hubzilla-fbc57fa8e36e468abe81e4f3d72b3115cbdd794c.tar.gz volse-hubzilla-fbc57fa8e36e468abe81e4f3d72b3115cbdd794c.tar.bz2 volse-hubzilla-fbc57fa8e36e468abe81e4f3d72b3115cbdd794c.zip |
some more work on mod hq
Diffstat (limited to 'Zotlabs/Module/Ping.php')
-rw-r--r-- | Zotlabs/Module/Ping.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Module/Ping.php b/Zotlabs/Module/Ping.php index d05acba6c..a6df1d3a6 100644 --- a/Zotlabs/Module/Ping.php +++ b/Zotlabs/Module/Ping.php @@ -274,6 +274,8 @@ class Ping extends \Zotlabs\Web\Controller { 'photo' => $tt['photo'], 'when' => relative_date($tt['created']), 'hclass' => (($tt['seen']) ? 'notify-seen' : 'notify-unseen'), + 'b64mid' => 'b64.' . base64url_encode(basename($tt['link'])), + 'notify_id' => $tt['id'], 'message' => $message ); } |