-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
mattermost: add support for message priority #9087
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Alexei Znamensky <[email protected]>
Any comment on which version this might be included -- if it is deemed suitable for merging? |
That would be 10.0.0 - thanks for checking |
Thanks. I recall having to wait for a "non-patch level" (major/minor) for new features in the past and I'm not sure what version is planned next. Will add that in the commit as well. |
Validate the two possible priorities with choices. Add priority arg to one example and add version_added field for the arg docs.
Usually #582 has information on when the next major/minor/patch releases will happen (and thus also which next minor/major release will there be). I apparently forgot to update the top post the last time (it's updated now), but if you scroll to the end you find that information as well, just a bit spread out :) |
SUMMARY
Add support for module parameter
priority
that is passed to Mattermost server for Message Priority feature.Fixes #9068
Also add a missing closing parenthesis to docs.
ISSUE TYPE
COMPONENT NAME
mattermost
ADDITIONAL INFORMATION