We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92572b6 commit cb6badaCopy full SHA for cb6bada
src/base.js
@@ -1197,10 +1197,10 @@ class Base {
1197
size: data.content.info.size,
1198
filename: body || '',
1199
}, data);
1200
- }
+ }
1201
if (msgtype === 'm.video') {
1202
logger.info("video file from riot");
1203
-
+
1204
let url = this.puppet.getClient().mxcUrlToHttp(data.content.url);
1205
return await this.sendVideoAsPuppetToThirdPartyRoomWithId(thirdPartyRoomId, {
1206
url, text: msg,
@@ -1210,7 +1210,7 @@ class Base {
1210
width: data.content.info.w,
1211
1212
1213
1214
if (msgtype === 'm.file') {
1215
logger.info("file upload from riot");
1216
0 commit comments