feature/IO-3000-messaging-sockets-migration2 - Handle some of the PR notes
Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
@@ -42,7 +42,7 @@ export function* openChatByPhone({ payload }) {
|
||||
} = yield client.query({
|
||||
query: CONVERSATION_ID_BY_PHONE,
|
||||
variables: { phone: p.number },
|
||||
fetchPolicy: "no-cache"
|
||||
fetchPolicy: "network-only"
|
||||
});
|
||||
|
||||
if (conversations.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user