Sync group stories through storage service
This commit is contained in:
parent
a711ae1c49
commit
95bee1c881
15 changed files with 355 additions and 157 deletions
|
@ -18,6 +18,7 @@ import {
|
|||
getCheckedCredentialsForToday,
|
||||
maybeFetchNewCredentials,
|
||||
} from './services/groupCredentialFetcher';
|
||||
import { storageServiceUploadJob } from './services/storage';
|
||||
import dataInterface from './sql/Client';
|
||||
import { toWebSafeBase64, fromWebSafeBase64 } from './util/webSafeBase64';
|
||||
import { assertDev, strictAssert } from './util/assert';
|
||||
|
@ -1933,7 +1934,7 @@ export async function createGroupV2(
|
|||
);
|
||||
|
||||
await conversation.queueJob('storageServiceUploadJob', async () => {
|
||||
await window.Signal.Services.storageServiceUploadJob();
|
||||
await storageServiceUploadJob();
|
||||
});
|
||||
|
||||
const timestamp = Date.now();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue