From 1e314b3cca5cbdd02ec03f131b6ca808eb19e0cd Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Sat, 1 Jun 2019 10:44:24 +0100 Subject: [PATCH] serialize firstHop --- .../src/main/groovy/com/muwire/core/connection/Connection.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/groovy/com/muwire/core/connection/Connection.groovy b/core/src/main/groovy/com/muwire/core/connection/Connection.groovy index d0ee2fea..51ec2e1f 100644 --- a/core/src/main/groovy/com/muwire/core/connection/Connection.groovy +++ b/core/src/main/groovy/com/muwire/core/connection/Connection.groovy @@ -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()