mirror of
https://github.com/friendica/friendica
synced 2025-04-23 01:50:10 +00:00
User-Item table is replaced
This commit is contained in:
parent
b26157e6e3
commit
df24c0daeb
8 changed files with 367 additions and 418 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue