-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
Subscription audio notification #5366
Conversation
Renamed sound files
# Conflicts: # server/startup/migrations/v077.js
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.
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.
Translation is missing in Portuguese and in many other languages... translators do the work after our merges... |
I have fixed the issue with sounds being played based on currently opened room. Please review again @rodrigok ? Thanks. |
Conflicts: server/startup/migrations/v078.js
@marceloschmidt you need to resolve the conflicts now |
# Conflicts: # server/methods/saveUserPreferences.coffee # server/publications/subscription.coffee # server/startup/migrations/v083.js
# Conflicts: # server/startup/migrations/v084.js
i18n cache problems; the translation key exists
# Conflicts: # server/startup/migrations/v085.js
@marceloschmidt the admin menu |
@marceloschmidt Fixed 😃 |
/* globals isSetNotNull, RocketChatTabBar */ | ||
Template.adminSounds.helpers({ | ||
isReady() { | ||
if (isSetNotNull(() => Template.instance().ready)) { |
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.
What is the reason for use this isSetNotNull
?
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.
CTRL+C, CTRL+V from adminEmoji :( should I remove it?
); | ||
|
||
Template.adminSounds.events({ | ||
['keydown #sound-filter'](e) { |
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.
Why the selector is between brackets?
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.
Likewise above
@RocketChat/core
Closes #171
Closes #71
Related to #1268