Remove sticker send flag

This commit is contained in:
Ken Powers 2020-01-29 14:36:20 -08:00 committed by Scott Nonnenberg
parent 539c02cb92
commit 7a0197b08c
3 changed files with 0 additions and 9 deletions

View file

@ -918,10 +918,6 @@
},
async sendStickerMessage(packId, stickerId) {
if (!window.ENABLE_STICKER_SEND) {
return;
}
const packData = window.Signal.Stickers.getStickerPack(packId);
const stickerData = window.Signal.Stickers.getSticker(packId, stickerId);
if (!stickerData || !packData) {