personas not destinations
This commit is contained in:
@@ -81,7 +81,7 @@ public class UploadManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (request.have)
|
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
|
Mesh mesh
|
||||||
File file
|
File file
|
||||||
@@ -206,7 +206,7 @@ public class UploadManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (request.have)
|
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
|
Mesh mesh
|
||||||
File file
|
File file
|
||||||
|
|||||||
Reference in New Issue
Block a user