Skip to content

Fix/8798 key errors

azul requested to merge fix/8798-key-errors into master

fix: respond with error on invalid pgp key

We used to just ignore the key. Also separated the code for handling key updates from other user updates. This should eventually be moved to a different route. Mixing the two makes the implementation really hard.

fixes #8798 (closed)

Merge request reports