forked from cybrespace/mastodon
		
	Debugging
This commit is contained in:
		
							parent
							
								
									225ce8cfce
								
							
						
					
					
						commit
						f8b9b0810d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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')));
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue