2020-10-30 15:34:04 -05:00
|
|
|
// Copyright 2016-2020 Signal Messenger, LLC
|
|
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
2021-06-14 17:09:37 -07:00
|
|
|
/* global window, SignalProtocolStore */
|
2018-07-21 14:51:20 -07:00
|
|
|
|
|
|
|
// eslint-disable-next-line func-names
|
2020-11-18 07:15:42 -08:00
|
|
|
(function () {
|
2021-06-14 17:09:37 -07:00
|
|
|
window.textsecure.storage.protocol = new SignalProtocolStore();
|
2015-01-14 13:42:01 -10:00
|
|
|
})();
|