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

Small change for #5999 #6047

Commits on Oct 14, 2024

  1. test: Mark not downloaded message as seen (#2970)

    Add a test on what happens currently when apps call `markseen_msgs()` for not downloaded
    messages. Such messages are marked as seen, but MDNs aren't sent for them. This is probably correct,
    but when a message is downloaded, its state should be downgraded to `InNoticed` and when the user
    really sees it, the app should issue `markseen_msgs()` again and that should trigger sending an
    MDN. Currently when such a message is downloaded, it remains `InSeen`.
    iequidoo committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e37dd84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be59fd4 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Simplify logic

    Hocuri committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d94fa41 View commit details
    Browse the repository at this point in the history