mirror of https://github.com/vector-im/riot-web
Merge pull request #91 from matrix-org/show_upload_in_current_room_only
Only show uploads that are going to the current roompull/21833/head
commit
b60d14a408
|
@ -57,7 +57,7 @@ module.exports = React.createClass({displayName: 'UploadBar',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!upload) {
|
if (!upload) {
|
||||||
upload = uploads[0];
|
return <div />
|
||||||
}
|
}
|
||||||
|
|
||||||
var innerProgressStyle = {
|
var innerProgressStyle = {
|
||||||
|
|
Loading…
Reference in New Issue