mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
add websocket connection failed to ignorelist
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user