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;