-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
117 track decryption status of files, messages, replies #262
Conversation
0154854
to
d8a2a31
Compare
This is because the issue could be that the workstation was provisioned with the incorrect submission key
d8a2a31
to
379c516
Compare
OK this one should be ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might want to change the constraint on content to be CASE WHEN NOT is_decrypted THEN content IS NULL ELSE TRUE END
. This would make the most sense in terms of restricting the database to have predictable values.
Replies will get stored in the database too!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This PR:
is_decrypted
to the file, message, and reply tables. This field is null until a decryption attempt occurs. After this point, it tracks the status of the last decryption action.