mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
web/gifpicker: set file name properly
This commit is contained in:
parent
d55952a1b6
commit
4245929da6
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ const GIFPicker = ({ style, onSelect, room }: GIFPickerProps) => {
|
|||
onSelect({
|
||||
msgtype: "m.image",
|
||||
body: gif.filename,
|
||||
filename: gif.filename,
|
||||
info: {
|
||||
mimetype: "image/webp",
|
||||
size: gif.size,
|
||||
|
|
Loading…
Add table
Reference in a new issue