Metadata exchange without sessions

This commit is contained in:
Neil Alexander 2018-12-15 00:48:27 +00:00
parent affddfb2fe
commit d5031a5cb6
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
6 changed files with 187 additions and 113 deletions

View file

@ -483,7 +483,7 @@ func (r *router) handleMetadata(bs []byte, fromKey *boxPubKey) {
return
}
req.SendPermPub = *fromKey
r.core.sessions.handleMetadata(&req)
r.core.metadata.handleMetadata(&req)
}
// Passed a function to call.