IO-2208 added more conversations on initial load

This commit is contained in:
swtmply
2023-05-26 20:12:58 +08:00
parent 8839fc0293
commit 27e0f497bb

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 } }
) {