[Linux] calling notification center on new mention
This commit is contained in:
parent
ba2c8321dd
commit
65883892f9
3 changed files with 13 additions and 4 deletions
|
@ -107,7 +107,9 @@ define(function() {
|
|||
HostApp.notificateUserAboutMention = function(text, name, post_id, entity) {
|
||||
if (OS_TYPE == "mac") {
|
||||
controller.notificateUserAboutMention_fromName_withPostId_andEntity_(text, name, post_id, entity);
|
||||
}
|
||||
} else {
|
||||
controller.notificateUserAboutMentionFromNameWithPostIdAndEntity(text, name, post_id, entity);
|
||||
}
|
||||
}
|
||||
|
||||
HostApp.alertTitleWithMessage = function(title, message) {
|
||||
|
|
Reference in a new issue