discourse/plugins/chat/spec/services
Martin Brennan c57ae992b3
FIX: Page size edge case for null last_read_message_id (#21811)
Followup 55ef2d0698.

In the cases where the user has no last_read_message_id for
a channel, we want to make sure that a page_size is set for
the ChannelViewBuilder + MessagesQuery, otherwise we end up
loading way more messages than needed (the additional message
loading was fixed in the last commit).
2023-05-29 20:12:01 +02:00
..
actions FEATURE: Create and update thread memberships (#21501) 2023-05-11 14:35:26 +02:00
auto_remove DEV: fix flakey spec (#21515) 2023-05-11 23:27:26 +02:00
chat FIX: Page size edge case for null last_read_message_id (#21811) 2023-05-29 20:12:01 +02:00