signal-desktop/libtextsecure/protocol_wrapper.js

10 lines
256 B
JavaScript
Raw Normal View History

2020-10-30 20:34:04 +00:00
// Copyright 2016-2020 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
/* global window, SignalProtocolStore */
2018-07-21 21:51:20 +00:00
// eslint-disable-next-line func-names
(function () {
window.textsecure.storage.protocol = new SignalProtocolStore();
2015-01-14 23:42:01 +00:00
})();