mirror of https://github.com/vector-im/riot-web
Remove unused return (#7321)
parent
68ac578577
commit
cba92c0e90
|
@ -539,8 +539,6 @@ export default class ContentMessages {
|
|||
|
||||
return (noRelation || matchingRelation) && !upload.canceled;
|
||||
});
|
||||
|
||||
return this.inprogress.filter(u => !u.canceled);
|
||||
}
|
||||
|
||||
cancelUpload(promise: Promise<any>, matrixClient: MatrixClient) {
|
||||
|
|
Loading…
Reference in New Issue