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] mail: fix error open starred #98347

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

Commits on Aug 18, 2022

  1. [FIX] mail: fix starred opening

    - When a user stars messages from a channel and messages from an unauthorized document.
    - The check_access_rule function does not filter messages on the channel. This function then checks the read permission of the document. And raise an error
    - This commit will remove the messages that have been checked above from the document_related_candidate_ids list
    daonamutc1 committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    4f93322 View commit details
    Browse the repository at this point in the history