Merge "Made wl_notificationtimestamp updates able to use queues"
[lhc/web/wiklou.git] / includes / User.php
index 921d604..429ae0e 100644 (file)
@@ -3447,7 +3447,9 @@ class User implements IDBAccessObject {
                        $force = 'force';
                }
 
-               $this->getWatchedItem( $title )->resetNotificationTimestamp( $force, $oldid );
+               $this->getWatchedItem( $title )->resetNotificationTimestamp(
+                       $force, $oldid, WatchedItem::DEFERRED
+               );
        }
 
        /**