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
Remove unused return (#7321)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user