Backup Server APIs
This commit is contained in:
parent
77aea40a63
commit
3eb0e30a23
14 changed files with 991 additions and 201 deletions
|
@ -190,6 +190,7 @@ import {
|
|||
getCallLinksForRedux,
|
||||
loadCallLinks,
|
||||
} from './services/callLinksLoader';
|
||||
import { backupsService } from './services/backups';
|
||||
import {
|
||||
getCallIdFromEra,
|
||||
updateLocalGroupCallHistoryTimestamp,
|
||||
|
@ -699,6 +700,8 @@ export async function startApp(): Promise<void> {
|
|||
storage: window.storage,
|
||||
});
|
||||
|
||||
backupsService.start();
|
||||
|
||||
areWeASubscriberService.update(window.storage, server);
|
||||
|
||||
void cleanupSessionResets();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue