mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
parent
6aa4e91c0a
commit
57e067b671
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ const StickerPicker = ({ style, onSelect, room }: MediaPickerProps) => {
|
|||
onSelect({
|
||||
msgtype: "m.sticker",
|
||||
body: emoji.t,
|
||||
info: emoji.i,
|
||||
info: emoji.i ?? {},
|
||||
url: emoji.u,
|
||||
})
|
||||
close()
|
||||
|
|
Loading…
Add table
Reference in a new issue