Merge pull request #10630 from annando/cleared-enotify

Unused parts of the old notification system are removed
This commit is contained in:
Hypolite Petovan 2021-08-24 10:25:06 -04:00 committed by GitHub
commit e7fdf3c0c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 266 additions and 543 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);