mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Adds debugging utilities in dev/beta environments
This commit is contained in:
@@ -1733,8 +1733,8 @@ async function sync(
|
||||
// We now know that we've successfully completed a storage service fetch
|
||||
await window.storage.put('storageFetchComplete', true);
|
||||
|
||||
if (window.Signal.CI) {
|
||||
window.Signal.CI.handleEvent('storageServiceComplete', {
|
||||
if (window.SignalCI) {
|
||||
window.SignalCI.handleEvent('storageServiceComplete', {
|
||||
manifestVersion: version,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user