Send m.sticker messages

This commit is contained in:
Richard Lewis 2018-01-04 21:57:24 +00:00
parent d20aebfbd7
commit 54671ab67e
2 changed files with 3 additions and 3 deletions

View file

@ -916,7 +916,7 @@ module.exports = React.createClass({
return;
}
ContentMessages.sendURLContentToRoom(url, this.state.room.roomId, info, text, MatrixClientPeg.get())
ContentMessages.sendStickerContentToRoom(url, this.state.room.roomId, info, text, MatrixClientPeg.get())
.done(undefined, (error) => {
if (error.name === "UnknownDeviceError") {
// Let the staus bar handle this