Opened 5 months ago
Last modified 8 weeks ago
#9156 assigned enhancement
Messages: add support for paginating thread messages (in web version)
Reported by: | espellcaste | Owned by: | espellcaste |
---|---|---|---|
Milestone: | 15.0.0 | Priority: | high |
Severity: | normal | Version: | 14.0.0 |
Component: | Messages | Keywords: | needs-patch needs-unit-tests |
Cc: |
Description
We added support for paginating thread messages at #9146 and #8597, but this only takes into account the BP REST API, not the web version which loads all private messages by default.
We discussed before about adding a theme support, so that we don't break the experience for themes that rely on the legacy experience.
add_theme_support(
'buddypress',
[
'messages' => [ 'pagination' => true ]
]
);
Change History (3)
Note: See
TracTickets for help on using
tickets.