Merged in feature/IO-2208-chat-affix (pull request #810)

IO-2208 added more conversations on initial load

Approved-by: Patrick Fic
This commit is contained in:
John Allen Delos Reyes
2023-05-26 18:01:00 +00:00
committed by Patrick Fic

View File

@@ -60,7 +60,7 @@ export const CONVERSATION_LIST_QUERY = gql`
query CONVERSATION_LIST_QUERY($offset: Int!) {
conversations(
order_by: { updated_at: desc }
limit: 20
limit: 50
offset: $offset
where: { archived: { _eq: false } }
) {