fixed avatar in sidebar
This commit is contained in:
parent
06fd235bec
commit
0eeffcf7f6
4 changed files with 31 additions and 10 deletions
|
@ -60,7 +60,6 @@ function(APICalls, HostApp) {
|
|||
|
||||
NewPost.prototype.setStatus = function(status_string) {
|
||||
if (status_string && status_string.length > 0) {
|
||||
debug(status_string)
|
||||
this.status = JSON.parse(status_string);
|
||||
this.setIsPrivate(this.status.permissions && !this.status.permissions.public);
|
||||
this.setMentions(this.status);
|
||||
|
|
Reference in a new issue