Skip to content
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

Fix storing messages #111

Merged
merged 1 commit into from
Mar 6, 2023
Merged

Fix storing messages #111

merged 1 commit into from
Mar 6, 2023

Commits on Mar 4, 2023

  1. Fix storing messages

    Currently, message timestamps are encrypted when storing. This does not
    work when retrieving messages before a timestamp (and I think currently
    does not work when getting/deleting messages in general). This PR fixes
    this by just removing the encryption.
    
    Before this PR should actually be merged, it should maybe be discussed
    if removing the encryption is actually a good thing to do, but as far as
    I see it is the only thing possible except for every time we look for
    messages of a thread, decrypt all message keys and manually sort and
    iterate them.
    Schmiddiii committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    585439b View commit details
    Browse the repository at this point in the history