IO-2208 replaced cache first to network only
This commit is contained in:
@@ -50,8 +50,8 @@ export function ChatPopupComponent({
|
|||||||
getConversations,
|
getConversations,
|
||||||
{ loading, data, called, refetch, fetchMore, subscribeToMore },
|
{ loading, data, called, refetch, fetchMore, subscribeToMore },
|
||||||
] = useLazyQuery(CONVERSATION_LIST_QUERY, {
|
] = useLazyQuery(CONVERSATION_LIST_QUERY, {
|
||||||
fetchPolicy: "cache-and-network",
|
fetchPolicy: "network-only",
|
||||||
nextFetchPolicy: "cache-first",
|
nextFetchPolicy: "network-only",
|
||||||
skip: !chatVisible,
|
skip: !chatVisible,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user