From 946063e6e7c50234fce223edc042221a811c0c4e Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 11 Aug 2020 08:30:15 +0000 Subject: [PATCH] Perform notification check --- src/Model/Item.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Model/Item.php b/src/Model/Item.php index 0e0df6b434..4526be3e92 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -2022,6 +2022,8 @@ class Item if (!empty($forum_item['id'])) { // This will trigger notifications like "X shared a new post" UserItem::setNotification($forum_item['id']); + + check_user_notification($forum_item['id']); } LOgger::info('Convert message into a forum message', ['uri-id' => $item['uri-id'], 'parent-uri-id' => $item['parent-uri-id'], 'uid' => $item['uid'], 'owner-id' => $item['author-id'], 'contact-id' => $contact['id']]); }