fixed opening without is_private
This commit is contained in:
parent
8145f3e28c
commit
cbfe445ed6
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ define(function() {
|
||||||
if (OS_TYPE == "mac") {
|
if (OS_TYPE == "mac") {
|
||||||
controller.openNewMessageWindowInReplyTo_statusId_withString_isPrivate_(entity, status_id, string, is_private);
|
controller.openNewMessageWindowInReplyTo_statusId_withString_isPrivate_(entity, status_id, string, is_private);
|
||||||
} else {
|
} else {
|
||||||
|
is_private = is_private == true
|
||||||
controller.openNewMessageWindowInReplyTostatusIdwithStringIsPrivate(entity, status_id, string, is_private);
|
controller.openNewMessageWindowInReplyTostatusIdwithStringIsPrivate(entity, status_id, string, is_private);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue