Merge pull request #2879 from matrix-org/dbkr/file_upload_fallout

Fix a few bugs introduced in file upload rework
This commit is contained in:
David Baker 2019-04-05 15:48:45 +01:00 committed by GitHub
commit 41c403c9a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -536,7 +536,9 @@ module.exports = React.createClass({
payload.data.description || payload.data.name);
break;
case 'picture_snapshot':
this.uploadFile(payload.file);
return ContentMessages.sharedInstance().sendContentListToRoom(
[payload.file], this.state.room.roomId, MatrixClientPeg.get(),
);
break;
case 'notifier_enabled':
case 'upload_started':