fixed some mentions stuff
This commit is contained in:
parent
3aa9a73045
commit
06fd235bec
10 changed files with 222 additions and 199 deletions
|
@ -88,9 +88,9 @@ define(function() {
|
|||
HostApp.openNewMessageWidow = function(status) {
|
||||
|
||||
if (OS_TYPE == "mac") {
|
||||
controller.openNewMessageWindowInReplyToStatus(JSON.stringify(status));
|
||||
controller.openNewMessageWindowInReplyToStatus_(JSON.stringify(status));
|
||||
} else {
|
||||
controller.openNewMessageWindowInReplyTostatus(JSON.stringify(status));
|
||||
controller.openNewMessageWindowInReplyToStatus(JSON.stringify(status).escapeSpecialChars());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue