From 6b6dcda4861f181cb7452c854916f1447ca526d7 Mon Sep 17 00:00:00 2001 From: JackDoan Date: Mon, 11 May 2026 11:26:51 -0500 Subject: [PATCH] fix --- outside.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/outside.go b/outside.go index 45a405b3..df4833e6 100644 --- a/outside.go +++ b/outside.go @@ -111,8 +111,7 @@ func (f *Interface) readOutsidePackets(via ViaSender, out []byte, packet []byte, // Relay packets are special if isMessageRelay { - f.handleOutsideRelayPacket(hostinfo, via, out, packet, h, fwPacket, lhf, nb, q, localCache) - + f.handleOutsideRelayPacket(hostinfo, via, out, packet, h, fwPacket, lhf, nb, q, localCache, meta) return }