This should fix it
This commit is contained in:
parent
f8b9b0810d
commit
b62c31306e
2 changed files with 1 additions and 5 deletions
|
@ -45,8 +45,6 @@ const assembleStatus = (id, statuses, accounts) => {
|
|||
}
|
||||
}
|
||||
|
||||
console.log('assembly for status', id, Immutable.Map.isMap(reblog) ? reblog.toJS() : reblog);
|
||||
|
||||
return status.set('reblog', reblog).set('account', accounts.get(status.get('account')));
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue