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
|
||||
const { SignalContext } = require('../ts/windows/context');
|
||||
|
||||
window.i18n = SignalContext.i18n;
|
||||
|
||||
const {
|
||||
deriveStickerPackKey,
|
||||
encryptAttachment,
|
||||
|
|
Loading…
Reference in a new issue