More debugging
This commit is contained in:
		
							parent
							
								
									ea44d89383
								
							
						
					
					
						commit
						225ce8cfce
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -38,14 +38,14 @@ const assembleStatus = (id, statuses, accounts) => {
 | 
			
		|||
  if (status.get('reblog', null) !== null) {
 | 
			
		||||
    reblog = statuses.get(status.get('reblog'), null);
 | 
			
		||||
 | 
			
		||||
    if (Immutable.Map.isMap(reblog)) {
 | 
			
		||||
    if (reblog !== null) {
 | 
			
		||||
      reblog = reblog.set('account', accounts.get(reblog.get('account')));
 | 
			
		||||
    } else {
 | 
			
		||||
      return null;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  console.log(reblog);
 | 
			
		||||
  console.log('assembly for status', id, reblog.toJS());
 | 
			
		||||
 | 
			
		||||
  return status.set('reblog', reblog).set('account', accounts.get(status.get('account')));
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue