Make a trait out of PaginationCursor
/ PaginationCursorData
#5275
Labels
Milestone
PaginationCursor
/ PaginationCursorData
#5275
Requirements
Is your proposal related to a problem?
We currently have a lot of custom
PaginationCursor
s (PostView, all the new Combined endpoints that now use pagination cursors) , with the sameafter_post
andread
functions.Describe the solution you'd like.
This should be made into a trait that each one can implement.
Also, see this comment about making a helper function for ids / prefixes
Describe alternatives you've considered.
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: