mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
sync on reconnect
This commit is contained in:
@@ -2,7 +2,7 @@ import { EnvironmentService } from './environment.service';
|
||||
|
||||
export abstract class NotificationsService {
|
||||
init: (environmentService: EnvironmentService) => Promise<void>;
|
||||
updateConnection: () => Promise<void>;
|
||||
updateConnection: (sync?: boolean) => Promise<void>;
|
||||
reconnectFromActivity: () => Promise<void>;
|
||||
disconnectFromInactivity: () => Promise<void>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user