fixed conversation view
This commit is contained in:
parent
27a9c51106
commit
512688f5ab
7 changed files with 93 additions and 96 deletions
|
@ -12,6 +12,7 @@ function(HostApp, Core, APICalls, URI, Timeline) {
|
|||
function Profile() {
|
||||
|
||||
Timeline.call(this);
|
||||
clearTimeout(this.reloadIntervall); // FIXME: reload for new data instead
|
||||
|
||||
this.action = "profile";
|
||||
|
||||
|
|
Reference in a new issue