This commit is contained in:
Josh Perez 2023-03-06 15:59:47 -05:00
commit 28c7d7d653

View file

@ -3981,11 +3981,14 @@ export class ConversationModel extends window.Backbone
}; };
drop( drop(
this.enqueueMessageForSend({ this.enqueueMessageForSend(
body: undefined, {
attachments: [], body: undefined,
sticker, attachments: [],
}) sticker,
},
{ dontClearDraft: true }
)
); );
window.reduxActions.stickers.useSticker(packId, stickerId); window.reduxActions.stickers.useSticker(packId, stickerId);
} }