diff --git a/app/src/RoomClient.js b/app/src/RoomClient.js index 9e3ea4f..3339860 100644 --- a/app/src/RoomClient.js +++ b/app/src/RoomClient.js @@ -661,13 +661,6 @@ export default class RoomClient this._webTorrent.seed(files, (torrent) => { - const existingTorrent = this._webTorrent.get(torrent); - - if (existingTorrent) - { - return this._sendFile(existingTorrent.magnetURI); - } - store.dispatch(requestActions.notify( { text : intl.formatMessage({