Updated apollo fetch policies to always be network only.
This commit is contained in:
@@ -40,7 +40,6 @@ export function* openChatByPhone({ payload }) {
|
||||
} = yield client.query({
|
||||
query: CONVERSATION_ID_BY_PHONE,
|
||||
variables: { phone: phone(phone_num).phoneNumber },
|
||||
fetchPolicy: "network-only",
|
||||
});
|
||||
|
||||
if (conversations.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user