discourse/plugins/chat/app/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
..
chat FIX: Page size edge case for null last_read_message_id (#21811) 2023-05-29 20:12:01 +02:00
service DEV: Add policy objects to services 2023-05-25 12:34:00 +02:00
service.rb DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00