Add preliminary message backup harness
This commit is contained in:
parent
231bf91a22
commit
d85a1d5074
38 changed files with 2997 additions and 121 deletions
|
@ -31,6 +31,7 @@ import { initializeNetworkObserver } from './services/networkObserver';
|
|||
import { initializeUpdateListener } from './services/updateListener';
|
||||
import { calling } from './services/calling';
|
||||
import * as storage from './services/storage';
|
||||
import { backupsService } from './services/backups';
|
||||
|
||||
import type { LoggerType } from './types/Logging';
|
||||
import type {
|
||||
|
@ -370,6 +371,7 @@ export const setup = (options: {
|
|||
};
|
||||
|
||||
const Services = {
|
||||
backups: backupsService,
|
||||
calling,
|
||||
initializeGroupCredentialFetcher,
|
||||
initializeNetworkObserver,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue