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:
parent
04d501cf22
commit
85b767bbdc
1 changed files with 4 additions and 0 deletions
|
@ -136,4 +136,8 @@ final class PhabricatorNotificationSearchEngine
|
|||
->appendChild($view);
|
||||
}
|
||||
|
||||
public function shouldUseOffsetPaging() {
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue