-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
Flex-Tab CoffeeScript to JavaScript II #6277
Conversation
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.
Like in #6278 please double check for !=
and ==
and for the existence of variables (eg. variable?.property
)
410f294
to
0935daa
Compare
}, | ||
|
||
role() { | ||
const models = RocketChat.models; |
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.
RocketChat.models
always exists, there is no need for this check
@marceloschmidt can you review? |
@RocketChat/core