We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related issues:
Related code:
It was expected that only participants of the conversation have read and write permission to the messages.
However, it has been found that newly created messages have _access to be NULL, which would allow public to read.
_access
NULL
The text was updated successfully, but these errors were encountered:
Fix acl is not properly set to message object in before save hook
21ed9ce
Refs #232.
carmenlau
No branches or pull requests
Related issues:
Related code:
It was expected that only participants of the conversation have read and write permission to the messages.
However, it has been found that newly created messages have
_access
to beNULL
, which would allow public to read.The text was updated successfully, but these errors were encountered: