wip
This commit is contained in:
		
							parent
							
								
									2a80fdeafe
								
							
						
					
					
						commit
						a6abcd1aa5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -78,7 +78,7 @@ export default async (actor, activity): Promise<void> => {
 | 
			
		|||
 | 
			
		||||
		let reply = null;
 | 
			
		||||
		if ('inReplyTo' in note && note.inReplyTo != null) {
 | 
			
		||||
			const inReplyToPost = await Post.findOne({ uri: note.id || note });
 | 
			
		||||
			const inReplyToPost = await Post.findOne({ uri: note.inReplyTo.id || note.inReplyTo });
 | 
			
		||||
			if (inReplyToPost) {
 | 
			
		||||
				reply = inReplyToPost;
 | 
			
		||||
			} else {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue