tridentli / pitchfork

Golang framework for secure communication platforms.
Apache License 2.0
5 stars 3 forks source link

Fix PGP download link #160

Closed wesinator closed 7 years ago

wesinator commented 7 years ago

Fixes #144

morrowc commented 7 years ago

This appears to fix the downloaded file name, but not the larger problem of being broken if you download more than one key at a time, right? (the later is PROBABLY just database/webserver latency causing problems... which could MAYBE be fixed by asking the db for all relevant keys at one time vs one by each, I'm guessing)