X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fenotify.php;h=732c1d7b43c18e401f5cb31c494b3689780ec2a6;hb=aa0b485f3dca72c5448076e913fa54d948cd7731;hp=dd80c20d0f6ba115e5d41bebe36a84bc03ab3907;hpb=8488ed76e4dbd4cdb2d5c9e752b169fd1db284a5;p=friendica.git diff --git a/include/enotify.php b/include/enotify.php index dd80c20d0f..732c1d7b43 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -596,7 +596,7 @@ function check_user_notification($itemid) { function check_item_notification($itemid, $uid, $notification_type) { $fields = ['id', 'uri-id', 'mention', 'parent', 'parent-uri-id', 'title', 'body', 'author-link', 'author-name', 'author-avatar', 'author-id', - 'guid', 'parent-uri', 'uri', 'contact-id', 'network', 'gravity', 'verb']; + 'guid', 'parent-uri', 'uri', 'contact-id', 'network']; $condition = ['id' => $itemid, 'deleted' => false]; $item = Item::selectFirstForUser($uid, $fields, $condition); if (!DBA::isResult($item)) {