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']]); }