six-pack / Axis-Mundi

A secure, resilient, distributed and open communication platform.
59 stars 21 forks source link

Message recipient field only accepts a 16 character PGP key id #4

Closed six-pack closed 9 years ago

six-pack commented 9 years ago

At present the message recipient field in the private messgage section only accepts a 16 byte PGP key ID.

This is despite the fact that the auto-fill drop down shows a contact name and their PGP key ID in brackets.

I need to fix the lookup code on the recipient to allow the user to specific a contact name. Care must be taken however to ensure we are sending a message to the person we think we are and this is why we most do it right.

six-pack commented 9 years ago

The latest commit fixes this.