add websocket connection failed to ignorelist

This commit is contained in:
Ammar Ahmed
2022-06-11 13:14:56 +05:00
parent 503dba3207
commit e1e6485759

View File

@@ -7,7 +7,11 @@ import { doInBackground } from '../utils';
import { db } from '../utils/database';
import { ToastEvent } from './event-manager';
export const ignoredMessages = ['Sync already running', 'Not allowed to start service intent'];
export const ignoredMessages = [
'Sync already running',
'Not allowed to start service intent',
'WebSocket failed to connect'
];
const run = async (context = 'global', forced = false, full = true) => {
let result = false;