Added conversation view
This commit is contained in:
parent
6c05512285
commit
fa2bda0394
13 changed files with 474 additions and 48 deletions
|
@ -61,6 +61,15 @@ define(function() {
|
|||
}
|
||||
}
|
||||
|
||||
HostApp.showConversation = function(id, entity) {
|
||||
|
||||
if (OS_TYPE == "mac") {
|
||||
controller.showConversationForPostId_andEntity_(id, entity);
|
||||
} else {
|
||||
controller.showConversationForPostIdandEntity(id, entity);
|
||||
}
|
||||
}
|
||||
|
||||
return HostApp;
|
||||
|
||||
});
|
Reference in a new issue