serialize firstHop

pull/4/head
Zlatin Balevsky 2019-06-01 10:44:24 +01:00
parent 6f02e3e9c0
commit 1e314b3cca
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ abstract class Connection implements Closeable {
query.type = "Search"
query.version = 1
query.uuid = e.searchEvent.getUuid()
query.firstHop = e.firstHop
// TODO: first hop figure out
query.keywords = e.searchEvent.getSearchTerms()
query.replyTo = e.getReceivedOn().toBase64()