psanford / wormhole-william

End-to-end encrypted file transfer. A magic wormhole CLI and API in Go (golang).
MIT License
1.07k stars 54 forks source link

Omit-empty non-applicable answer msgs #60

Closed psanford closed 2 years ago

psanford commented 2 years ago

There's no need to send empty string fields for answers that would be used in other types of responses.

The rust wormhole client was unhappy with the extra fields in these messages.

Fixes #59