You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Indentation.
This commit is contained in:
@@ -276,9 +276,9 @@ class ContentMessages {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sendStickerContentToRoom(url, roomId, info, text, matrixClient) {
|
sendStickerContentToRoom(url, roomId, info, text, matrixClient) {
|
||||||
return MatrixClientPeg.get().sendStickerMessage(roomId, url, info, text).catch((e) => {
|
return MatrixClientPeg.get().sendStickerMessage(roomId, url, info, text).catch((e) => {
|
||||||
console.warn(`Failed to send content with URL ${url} to room ${roomId}`, e);
|
console.warn(`Failed to send content with URL ${url} to room ${roomId}`, e);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
sendContentToRoom(file, roomId, matrixClient) {
|
sendContentToRoom(file, roomId, matrixClient) {
|
||||||
|
|||||||
Reference in New Issue
Block a user