-
Notifications
You must be signed in to change notification settings - Fork 11k
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
Mail messages #1733
Mail messages #1733
Conversation
Conflicts: packages/rocketchat-channel-settings/client/views/channelSettings.coffee
localeFn = Meteor.call 'loadLocale', data.language | ||
if localeFn | ||
Function(localeFn)() | ||
moment.locale(data.language) |
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.
Here are you changing the locale forever?
What happens if you send a mail in PT then another one in EN?
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.
Right! I should have used localMoment = moment().locale(...)
. I'll fix that.
@marceloschmidt prints? 😸 |
is it intended to an user from any access level (not only admins) be able to send the conversation by email? |
Should we create roles for that? |
A permission at least.. So admins can create their own roles with that permission. |
Added |
LGTM |
lgtm |
No description provided.