Update packages/backend/src/core/entities/FlashEntityService.ts
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
This commit is contained in:
		| @@ -40,7 +40,7 @@ export class FlashEntityService { | ||||
| 		// { schema: 'UserDetailed' } すると無限ループするので注意 | ||||
| 		const user = hint?.packedUser ?? await this.userEntityService.pack(flash.user ?? flash.userId, me); | ||||
|  | ||||
| 		let isLiked = false; | ||||
| 		let isLiked = undefined; | ||||
| 		if (meId) { | ||||
| 			isLiked = hint?.likedFlashIds | ||||
| 				? hint.likedFlashIds.includes(flash.id) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo