Fix bug
This commit is contained in:
		
							parent
							
								
									52287878b7
								
							
						
					
					
						commit
						0dc97370a3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -105,7 +105,7 @@ async function byNative(res, rej, me, text, userId, following, reply, repost, me
 | 
				
			||||||
		});
 | 
							});
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (following != null) {
 | 
						if (following != null && me != null) {
 | 
				
			||||||
		const ids = await getFriends(me._id, false);
 | 
							const ids = await getFriends(me._id, false);
 | 
				
			||||||
		push({
 | 
							push({
 | 
				
			||||||
			user_id: following ? {
 | 
								user_id: following ? {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue