You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Merge pull request #91 from matrix-org/show_upload_in_current_room_only
Only show uploads that are going to the current room
This commit is contained in:
@@ -57,7 +57,7 @@ module.exports = React.createClass({displayName: 'UploadBar',
|
||||
}
|
||||
}
|
||||
if (!upload) {
|
||||
upload = uploads[0];
|
||||
return <div />
|
||||
}
|
||||
|
||||
var innerProgressStyle = {
|
||||
|
||||
Reference in New Issue
Block a user