Revert "fix(frontend): textがnullであってrenoteIdとreplyIdがnullでないようなノートは引用リノートとして表示するように"
				
					
				
			This reverts commit a9ca55343d.
			
			
This commit is contained in:
		@@ -229,7 +229,6 @@ if (noteViewInterruptors.length > 0) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
const isRenote = (
 | 
					const isRenote = (
 | 
				
			||||||
	note.value.renote != null &&
 | 
						note.value.renote != null &&
 | 
				
			||||||
	note.value.replyId == null &&
 | 
					 | 
				
			||||||
	note.value.text == null &&
 | 
						note.value.text == null &&
 | 
				
			||||||
	note.value.cw == null &&
 | 
						note.value.cw == null &&
 | 
				
			||||||
	note.value.fileIds.length === 0 &&
 | 
						note.value.fileIds.length === 0 &&
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user