You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't even attempt to catch the exception in the endpoint. The user doesn't care that the message couldn't be encrypted. They only care that their message wasn't submitted. The current error doesn't make it clear whether or not the message is sitting on the server a) at all or b) unencrypted
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As the title says, we shouldn't mask critical errors like this:
hushline/hushline/crypto.py
Lines 107 to 121 in 1128ace
It has a single usage here:
hushline/hushline/routes.py
Lines 229 to 238 in 1128ace
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: