You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-29 16:43:09 +03:00
Merge pull request #628 from matrix-org/rxl881/stickerEvent
Switch event type to m.sticker.
This commit is contained in:
@@ -1365,7 +1365,7 @@ MatrixClient.prototype.sendStickerMessage = function(roomId, url, info, text, ca
|
|||||||
body: text,
|
body: text,
|
||||||
};
|
};
|
||||||
return this.sendEvent(
|
return this.sendEvent(
|
||||||
roomId, "m.room.sticker", content, callback, undefined,
|
roomId, "m.sticker", content, callback, undefined,
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user