mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Move SignalProtocolStore off window
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
// Copyright 2020 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
// When updating this make sure to update `observedCapabilities` type in
|
||||
// ts/types/Storage.d.ts
|
||||
export type CapabilitiesType = {
|
||||
attachmentBackfill: boolean;
|
||||
};
|
||||
export type CapabilitiesUploadType = {
|
||||
attachmentBackfill: true;
|
||||
spqr: true;
|
||||
};
|
||||
Reference in New Issue
Block a user