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:
atsuchan
2023-10-19 19:36:18 +09:00
committed by GitHub
parent 3c3d05ba2e
commit 7b361224f8
3 changed files with 11 additions and 1 deletions

View File

@@ -232,6 +232,7 @@ const keymap = {
useNoteCapture({
rootEl: el,
note: $$(appearNote),
pureNote: $$(note),
isDeletedRef: isDeleted,
});