Fix sticker creator
This commit is contained in:
parent
68c0076a12
commit
bae295a0f6
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ const pMap = require('p-map');
|
||||||
// It is important to call this as early as possible
|
// It is important to call this as early as possible
|
||||||
const { SignalContext } = require('../ts/windows/context');
|
const { SignalContext } = require('../ts/windows/context');
|
||||||
|
|
||||||
|
window.i18n = SignalContext.i18n;
|
||||||
|
|
||||||
const {
|
const {
|
||||||
deriveStickerPackKey,
|
deriveStickerPackKey,
|
||||||
encryptAttachment,
|
encryptAttachment,
|
||||||
|
|
Loading…
Add table
Reference in a new issue