From 4975c08c0d2b68e09ad4839f23e1f28e633f8027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5var=20Aamb=C3=B8=20Fosstveit?= Date: Tue, 17 Mar 2020 22:09:51 +0100 Subject: [PATCH] Error in torrent handling, fixes #132, #124 --- app/src/RoomClient.js | 7 ------- 1 file changed, 7 deletions(-) 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({