Unused parts of the old notification system are removed

This commit is contained in:
Michael 2021-08-24 08:53:15 +00:00
parent c78b7f45c5
commit 429a724bc1
2 changed files with 174 additions and 376 deletions

View file

@ -1160,8 +1160,6 @@ class Item
Post\UserNotification::setNotification($posted_item['uri-id'], $posted_item['uid']);
check_user_notification($posted_item['uri-id'], $posted_item['uid']);
// Distribute items to users who subscribed to their tags
self::distributeByTags($posted_item);