1
0
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:
Richard Lewis
2018-03-29 16:23:20 +01:00
parent b4e70e30f3
commit 5fc9b8a6b8

View File

@@ -276,9 +276,9 @@ class ContentMessages {
}
sendStickerContentToRoom(url, roomId, info, text, matrixClient) {
return MatrixClientPeg.get().sendStickerMessage(roomId, url, info, text).catch((e) => {
console.warn(`Failed to send content with URL ${url} to room ${roomId}`, e);
});
return MatrixClientPeg.get().sendStickerMessage(roomId, url, info, text).catch((e) => {
console.warn(`Failed to send content with URL ${url} to room ${roomId}`, e);
});
}
sendContentToRoom(file, roomId, matrixClient) {