mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	fix: packedNoteSchemaにclippedCountが抜けている (#12499)
This commit is contained in:
		
							parent
							
								
									ec04c76ee5
								
							
						
					
					
						commit
						3b3b908ccd
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -186,6 +186,10 @@ export const packedNoteSchema = {
 | 
			
		|||
				optional: false, nullable: false,
 | 
			
		||||
			},
 | 
			
		||||
		},
 | 
			
		||||
		clippedCount: {
 | 
			
		||||
			type: 'number',
 | 
			
		||||
			optional: true, nullable: false,
 | 
			
		||||
		},
 | 
			
		||||
 | 
			
		||||
		myReaction: {
 | 
			
		||||
			type: 'object',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue