1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-23 14:00:56 +01:00

Notifications - fix pager

Summary: D10281 upgraded us to modern infrastructure but I think forget to set this little helper to return true. Fixes T5975.

Test Plan: paged through notifications with glee

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T5975

Differential Revision: https://secure.phabricator.com/D10369
This commit is contained in:
Bob Trahan 2014-08-27 12:23:55 -07:00
parent 04d501cf22
commit 85b767bbdc

View file

@ -136,4 +136,8 @@ final class PhabricatorNotificationSearchEngine
->appendChild($view);
}
public function shouldUseOffsetPaging() {
return true;
}
}