diff options
Diffstat (limited to 'comm/chat/protocols/matrix/lib/matrix-sdk/common-crypto')
-rw-r--r-- | comm/chat/protocols/matrix/lib/matrix-sdk/common-crypto/CryptoBackend.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/comm/chat/protocols/matrix/lib/matrix-sdk/common-crypto/CryptoBackend.js b/comm/chat/protocols/matrix/lib/matrix-sdk/common-crypto/CryptoBackend.js new file mode 100644 index 0000000000..430afc16cd --- /dev/null +++ b/comm/chat/protocols/matrix/lib/matrix-sdk/common-crypto/CryptoBackend.js @@ -0,0 +1,5 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +});
\ No newline at end of file |