xareyli
xareyli
Please review https://github.com/RocketChat/Rocket.Chat/pull/27371
@hugocostadev please review
I haven't faced any issues with this. Through logging I have figured out that lack of initial value for `muteGroupMentions` causes the bug (https://github.com/RocketChat/Rocket.Chat/issues/27512). Initially `muteGroupMentions` is undefined. When user...
I had a little research on this. Here we define the `muteGroupMentions` as `undefined`, which then will be tried to cast to `boolean`, which leads to `muteGroupMentions` is defined with...
@debdutdeb @hugocostadev please review. Think this should work
@debdutdeb @hugocostadev if you have spare time, please review
Is that a feature request?
@dudanogueira Can be closed due to done https://github.com/RocketChat/Rocket.Chat/pull/27513
Oh, it seems that there is an assigned developer for this issue. @dudanogueira Should I notify that I'm working on an issue before creating PR? P.S. Review https://github.com/RocketChat/Rocket.Chat/pull/27368