serialize infohash

pull/4/head
Zlatin Balevsky 2019-06-06 21:21:40 +01:00
parent c27fc0a515
commit ec2d89c18c
1 changed files with 1 additions and 0 deletions

View File

@ -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()