Move most User::clearAllNotifications() logic to WatchedItemStore
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 2 Mar 2018 20:42:57 +0000 (12:42 -0800)
committerAddshore <addshorewiki@gmail.com>
Fri, 23 Mar 2018 10:26:13 +0000 (10:26 +0000)
commit4f31afd21b208965bae734396f6e2c6df06684c7
tree5632b2ad7e3f3e363798360b3fb7e0e9fb635652
parent77e3624caba072521fbc1826af2d47f9b29f4032
Move most User::clearAllNotifications() logic to WatchedItemStore

Change-Id: Ib1b0c40e408f6fad6fc8257c5073fa1c3c264c3a
autoload.php
includes/DefaultSettings.php
includes/jobqueue/jobs/ActivityUpdateJob.php
includes/jobqueue/jobs/ClearWatchlistNotificationsJob.php [new file with mode: 0644]
includes/user/User.php
includes/watcheditem/NoWriteWatchedItemStore.php
includes/watcheditem/WatchedItemStore.php
includes/watcheditem/WatchedItemStoreInterface.php