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 8258e35 commit e1847e6Copy full SHA for e1847e6
js/modules/qbChat.js
@@ -672,10 +672,7 @@ ChatProxy.prototype = {
672
var attach = {};
673
var attributes = extraParams.childNodes[i].attributes;
674
for (var j = 0, len2 = attributes.length; j < len2; j++) {
675
- if (attributes[j].name === 'id' || attributes[j].name === 'size')
676
- attach[attributes[j].name] = parseInt(attributes[j].value);
677
- else
678
- attach[attributes[j].name] = attributes[j].value;
+ attach[attributes[j].name] = attributes[j].value;
679
}
680
attachments.push(attach);
681
0 commit comments