You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/hooks/usePaginatedReportActions.ts
+10-31Lines changed: 10 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,13 @@ import useReportIsArchived from './useReportIsArchived';
12
12
typeUsePaginatedReportActionsOptions={
13
13
/** Whether to link to the oldest unread report action, if no other report action id is provided. */
14
14
shouldLinkToOldestUnreadReportAction?: boolean;
15
-
16
-
/** When true, pagination anchors to the newest window only (ignores route and unread-derived anchors). */
17
-
treatAsNoPaginationAnchor?: boolean;
18
15
};
19
16
20
17
/**
21
18
* Get the longest continuous chunk of reportActions including the linked reportAction. If not linking to a specific action, returns the continuous chunk of newest reportActions.
0 commit comments