-
Notifications
You must be signed in to change notification settings - Fork 263
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(message-summary): respect admin config #10610
Conversation
The check should be happening on this line,
What issue is it causing? |
There's a separate admin config for groupware |
Ah. Was not aware of this. |
910043b
to
84d9398
Compare
/backport to stable4.2 |
84d9398
to
8b127ae
Compare
8b127ae
to
95475ac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
This is a change that's easy to unit-test. Would you mind covering this condition with at least one test?
95475ac
to
75ac055
Compare
Signed-off-by: Hamza Mahjoubi <[email protected]>
75ac055
to
a7434c4
Compare
summarizeMessages
feature is enabled by default, and not checking the admin config #10465 (comment)