We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a8241 commit 44f3e3dCopy full SHA for 44f3e3d
1 file changed
v2/p2p/p2p.go
@@ -250,6 +250,7 @@ func (p *P2P) MessageInfo(peerID PeerID, content string) (map[string]any, error)
250
}
251
252
info["seen"] = peer.seenAt[content].String()
253
+ info["first_from"] = peer.firstFrom[content]
254
255
return info, nil
256
0 commit comments