1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-11-29 21:23:11 +03:00

Only show uploads that are going to the current room

Fixes #506
This commit is contained in:
David Baker
2016-01-14 16:31:42 +00:00
parent 81329a42fd
commit d33d606912

View File

@@ -57,7 +57,7 @@ module.exports = React.createClass({displayName: 'UploadBar',
}
}
if (!upload) {
upload = uploads[0];
return <div />
}
var innerProgressStyle = {