Some services, like twitter, obscure all links via a shortener. This is likely to cause problems if we store the pre-resolved address instead of the post-resolved one. We should probably either:
Refuse to follow redirects
Ask the user if they want the URL they entered, or the one that was resolved
Example:
# real address: 'https://rediger.net/janerik.frauth'
frauth friend add https://t.co/3bW8dM1EFd?amp=1
Please enter `https://t.co/3bW8dM1EFd?amp=1`'s public key. You should ask them for it via a separate route, such as a private message, email, or text message.
Some services, like twitter, obscure all links via a shortener. This is likely to cause problems if we store the pre-resolved address instead of the post-resolved one. We should probably either:
Example: