refactor: 絵文字URLを引き回すのをやめる (#9423)
This commit is contained in:
		| @@ -4,7 +4,7 @@ | ||||
| 		<div v-for="item in items" :key="item.id" :to="`/clips/${item.id}`" class="item _panel _gap afdcfbfb"> | ||||
| 			<div class="header"> | ||||
| 				<MkAvatar class="avatar" :user="user"/> | ||||
| 				<MkReactionIcon class="reaction" :reaction="item.type" :custom-emojis="item.note.emojis" :no-style="true"/> | ||||
| 				<MkReactionIcon class="reaction" :reaction="item.type" :no-style="true"/> | ||||
| 				<MkTime :time="item.createdAt" class="createdAt"/> | ||||
| 			</div> | ||||
| 			<MkNote :key="item.id" :note="item.note"/> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo