fix(frontend): Recieve Unrenote on streaming (#12079)
* fix(frontend): Recieve Unrenote 表示しているリノートがリノート解除されたらストリーミングで受信してすぐに消えるようにする * fix(frontend): Recieve Unrenote lint fixing * fix(frontend): Recieve Unrenote Decapture Decapture忘れてたー
This commit is contained in:
		| @@ -232,6 +232,7 @@ const keymap = { | ||||
| useNoteCapture({ | ||||
| 	rootEl: el, | ||||
| 	note: $$(appearNote), | ||||
| 	pureNote: $$(note), | ||||
| 	isDeletedRef: isDeleted, | ||||
| }); | ||||
|  | ||||
|   | ||||
| @@ -296,6 +296,7 @@ const reactionsPagination = $computed(() => ({ | ||||
| useNoteCapture({ | ||||
| 	rootEl: el, | ||||
| 	note: $$(appearNote), | ||||
| 	pureNote: $$(note), | ||||
| 	isDeletedRef: isDeleted, | ||||
| }); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 atsuchan
					atsuchan