Fix filesharing

master
Håvar Aambø Fosstveit 2020-03-22 18:51:20 +01:00
parent 742da9af45
commit e56ff28b91
1 changed files with 18 additions and 15 deletions

View File

@ -694,7 +694,10 @@ export default class RoomClient
})
}));
this._webTorrent.seed(files, (torrent) =>
this._webTorrent.seed(
files,
{ announceList: [['wss://tracker.lab.vvc.niif.hu:443']] },
(torrent) =>
{
store.dispatch(requestActions.notify(
{