Skip to content
Snippets Groups Projects
Commit f8b9b081 authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Debugging

parent 225ce8cf
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ const assembleStatus = (id, statuses, accounts) => {
}
}
console.log('assembly for status', id, reblog.toJS());
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')));
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment