More debugging
This commit is contained in:
parent
dd02fc0ec4
commit
ea44d89383
2 changed files with 3 additions and 1 deletions
|
@ -48,7 +48,7 @@ function normalizeStatus(state, status) {
|
|||
status = status.set('account', account.get('id'));
|
||||
|
||||
// Separate reblog, repeat for reblog
|
||||
let reblog = status.get('reblog');
|
||||
let reblog = status.get('reblog', null);
|
||||
|
||||
if (reblog !== null) {
|
||||
status = status.set('reblog', reblog.get('id'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue