xareyli

Results 11 comments of xareyli

Please review https://github.com/RocketChat/Rocket.Chat/pull/27371

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...

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