Remove WatchedItem::IMMEDIATE and DEFERRED
authoraddshore <addshorewiki@gmail.com>
Fri, 29 Jan 2016 19:10:26 +0000 (20:10 +0100)
committeraddshore <addshorewiki@gmail.com>
Fri, 29 Jan 2016 19:34:38 +0000 (20:34 +0100)
commit91825ea180abd1b338ef19320f62cb4dacc5b5a0
tree887be305d67f66ca24e055237ce8df7a147f0e6a
parentd38132ad27594591e49624c25fdbd55667ffad2e
Remove WatchedItem::IMMEDIATE and DEFERRED

It looks like this used to actually be used
since Ie60e20162fd833e64d81763a6aa1dc3faf2162f3
but since the global wgActivityUpdatesUseJobQueue
seems to have been removed from the code.

Thus this stuff is doing nothing and
things are always DEFERRED.

Change-Id: I08cb6051f52e0f0402542d8326f03f115bb00943
includes/WatchedItem.php
includes/user/User.php