mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	fix: quote being returned as null instead of false on mastodon api
This commit is contained in:
		
							parent
							
								
									31a74dc591
								
							
						
					
					
						commit
						0aadc302c3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -278,7 +278,7 @@ export class MastoConverters {
 | 
			
		|||
			reactions: status.emoji_reactions,
 | 
			
		||||
			emoji_reactions: status.emoji_reactions,
 | 
			
		||||
			bookmarked: false,
 | 
			
		||||
			quote: isQuote ? await this.convertReblog(status.reblog) : null,
 | 
			
		||||
			quote: isQuote ? await this.convertReblog(status.reblog) : false,
 | 
			
		||||
			edited_at: note.updatedAt?.toISOString(),
 | 
			
		||||
		});
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue