mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	fix: quotes showing in replies on a note
This commit is contained in:
		
							parent
							
								
									e5667913f7
								
							
						
					
					
						commit
						10b27ad972
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -353,6 +353,7 @@ if (props.detail) {
 | 
			
		|||
	os.api('notes/children', {
 | 
			
		||||
		noteId: props.note.id,
 | 
			
		||||
		limit: 5,
 | 
			
		||||
		showQuotes: false,
 | 
			
		||||
	}).then(res => {
 | 
			
		||||
		replies = res;
 | 
			
		||||
	});
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -362,6 +362,7 @@ if (props.detail) {
 | 
			
		|||
	os.api('notes/children', {
 | 
			
		||||
		noteId: props.note.id,
 | 
			
		||||
		limit: 5,
 | 
			
		||||
		showQuotes: false,
 | 
			
		||||
	}).then(res => {
 | 
			
		||||
		replies = res;
 | 
			
		||||
	});
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue