From f6a38c1f48f6c92c02639f322530ea1492c8da49 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Mon, 19 Feb 2024 09:36:53 +0800 Subject: [PATCH] fix: default strategy --- src/client.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client.tsx b/src/client.tsx index 0cf6eb3..54c02a0 100644 --- a/src/client.tsx +++ b/src/client.tsx @@ -31,6 +31,7 @@ export class Pushy { server: defaultServer, autoMarkSuccess: true, useAlert: true, + strategy: 'both', }; lastChecking: number;