mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33: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({
|
onSelect({
|
||||||
msgtype: "m.sticker",
|
msgtype: "m.sticker",
|
||||||
body: emoji.t,
|
body: emoji.t,
|
||||||
info: emoji.i,
|
info: emoji.i ?? {},
|
||||||
url: emoji.u,
|
url: emoji.u,
|
||||||
})
|
})
|
||||||
close()
|
close()
|
||||||
|
|
Loading…
Add table
Reference in a new issue