mirror of https://github.com/zlatinb/muwire
serialize infohash
parent
c27fc0a515
commit
ec2d89c18c
|
@ -127,6 +127,7 @@ abstract class Connection implements Closeable {
|
|||
query.uuid = e.searchEvent.getUuid()
|
||||
query.firstHop = e.firstHop
|
||||
query.keywords = e.searchEvent.getSearchTerms()
|
||||
query.infohash = e.searchEvent.infoHash
|
||||
query.replyTo = e.replyTo.toBase64()
|
||||
if (e.originator != null)
|
||||
query.originator = e.originator.toBase64()
|
||||
|
|
Loading…
Reference in New Issue