User-Item table is replaced

This commit is contained in:
Michael 2021-02-02 05:45:57 +00:00
parent b26157e6e3
commit df24c0daeb
8 changed files with 367 additions and 418 deletions

View file

@ -1104,9 +1104,10 @@ class Item
self::updateContact($item);
UserItem::setNotification($current_post);
Post\UserNotification::setNotification($item['uri-id'], $item['uid']);
check_user_notification($current_post);
check_user_notification($item['uri-id'], $item['uid']);
//check_user_notification($current_post);
// Distribute items to users who subscribed to their tags
self::distributeByTags($item);