some more work on mod hq

This commit is contained in:
Mario Vavti
2017-11-18 22:16:06 +01:00
parent 6b6c2ccfa3
commit fbc57fa8e3
6 changed files with 203 additions and 83 deletions

View File

@@ -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
);
}