added posting private posts
This commit is contained in:
parent
eb540fae1d
commit
2ca5d1ea68
12 changed files with 144 additions and 92 deletions
|
@ -69,12 +69,12 @@ define(function() {
|
|||
}
|
||||
}
|
||||
|
||||
HostApp.openNewMessageWidow = function(entity, status_id, string) {
|
||||
HostApp.openNewMessageWidow = function(entity, status_id, string, is_private) {
|
||||
|
||||
if (OS_TYPE == "mac") {
|
||||
controller.openNewMessageWindowInReplyTo_statusId_withString_(entity, status_id, string);
|
||||
controller.openNewMessageWindowInReplyTo_statusId_withString_isPrivate_(entity, status_id, string, is_private);
|
||||
} else {
|
||||
controller.openNewMessageWindowInReplyTostatusIdwithString(entity, status_id, string);
|
||||
controller.openNewMessageWindowInReplyTostatusIdwithStringIsPrivate(entity, status_id, string, is_private);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue