personas not destinations

This commit is contained in:
Zlatin Balevsky
2019-06-21 16:15:35 +01:00
parent 2be9c425f7
commit f794c39760

View File

@@ -81,7 +81,7 @@ public class UploadManager {
}
if (request.have)
eventBus.publish(new SourceDiscoveredEvent(infoHash : request.infoHash, source : e.destination))
eventBus.publish(new SourceDiscoveredEvent(infoHash : request.infoHash, source : request.downloader))
Mesh mesh
File file
@@ -206,7 +206,7 @@ public class UploadManager {
}
if (request.have)
eventBus.publish(new SourceDiscoveredEvent(infoHash : request.infoHash, source : e.destination))
eventBus.publish(new SourceDiscoveredEvent(infoHash : request.infoHash, source : request.downloader))
Mesh mesh
File file