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: Order of messages if Sentbox is synced before Inbox #5813

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 29, 2024

  1. fix: Order of messages if Sentbox is synced before Inbox

    This fixes a Gmail-like scenario when outgoing messages are saved to Sentbox as well and it is
    fetched before Inbox by chance, by adding a new `OutRcvd` message state for received outgoing
    messages so that they can mingle with fresh incoming ones and appear after them in chats. As for
    `OutPending`, `OutDelivered` etc. messages, they are sent locally by the user and there's no need to
    make them more noticeable even if they are newer.
    
    All APIs still return `OutDelivered` instead of `OutRcvd` for compatibility.
    iequidoo committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3470b26 View commit details
    Browse the repository at this point in the history