mirror of https://github.com/zlatinb/muwire
serialize firstHop
parent
6f02e3e9c0
commit
1e314b3cca
|
@ -120,6 +120,7 @@ abstract class Connection implements Closeable {
|
||||||
query.type = "Search"
|
query.type = "Search"
|
||||||
query.version = 1
|
query.version = 1
|
||||||
query.uuid = e.searchEvent.getUuid()
|
query.uuid = e.searchEvent.getUuid()
|
||||||
|
query.firstHop = e.firstHop
|
||||||
// TODO: first hop figure out
|
// TODO: first hop figure out
|
||||||
query.keywords = e.searchEvent.getSearchTerms()
|
query.keywords = e.searchEvent.getSearchTerms()
|
||||||
query.replyTo = e.getReceivedOn().toBase64()
|
query.replyTo = e.getReceivedOn().toBase64()
|
||||||
|
|
Loading…
Reference in New Issue