mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	よくわからないリアクションに関するログが流れっぱなしなのを修正 (#15303)
This commit is contained in:
		
							parent
							
								
									363bdac39b
								
							
						
					
					
						commit
						a328d52008
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -95,7 +95,6 @@ class HybridTimelineChannel extends Channel {
 | 
			
		|||
 | 
			
		||||
		if (this.user && note.renoteId && !note.text) {
 | 
			
		||||
			if (note.renote && Object.keys(note.renote.reactions).length > 0) {
 | 
			
		||||
				console.log(note.renote.reactionAndUserPairCache);
 | 
			
		||||
				const myRenoteReaction = await this.noteEntityService.populateMyReaction(note.renote, this.user.id);
 | 
			
		||||
				note.renote.myReaction = myRenoteReaction;
 | 
			
		||||
			}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue