diff --git a/src/applications/notification/query/PhabricatorNotificationSearchEngine.php b/src/applications/notification/query/PhabricatorNotificationSearchEngine.php index 4abf211594..bb9dc4e166 100644 --- a/src/applications/notification/query/PhabricatorNotificationSearchEngine.php +++ b/src/applications/notification/query/PhabricatorNotificationSearchEngine.php @@ -136,4 +136,8 @@ final class PhabricatorNotificationSearchEngine ->appendChild($view); } + public function shouldUseOffsetPaging() { + return true; + } + }