-
Notifications
You must be signed in to change notification settings - Fork 42
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
Store decrypted messages / replies in the DB #277
Conversation
a35c80f
to
d45b7f1
Compare
d45b7f1
to
57a13b8
Compare
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.
this looks great! works as advertised (also discovered #282 when looking at this PR). some nits and comments inline mostly about making sure we keep comments accurate to prevent confusion
(and fix related tests that were overly mocked)
57a13b8
to
6675819
Compare
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.
looks good now, thanks!
Stores decrypted messages in the database. Pretty simple.
fixes #217
toward #263