Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshamoon committed Jan 21, 2021
1 parent fb1ee64 commit c51d2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Chat/ChatMessages/ChatMessages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export const ChatMessages: React.SFC<ChatMessagesProps> = ({ contactId, simulato
getSearchQuery({
variables: {
filter: { id: contactId.toString() },
messageOpts: { limit: 50, offset: messageOffset },
messageOpts: { limit: 200, offset: messageOffset },
contactOpts: { limit: 1 },
},
});
Expand Down

0 comments on commit c51d2d8

Please sign in to comment.