mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Remove unused return (#7321)
This commit is contained in:
parent
68ac578577
commit
cba92c0e90
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue