fix(frontend): 通知が重複して受信される問題を修正 (MisskeyIO#504)

This commit is contained in:
まっちゃとーにゅ 2024-03-06 03:51:39 +09:00 committed by GitHub
parent 8169fe4e73
commit 5739f5efc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -86,9 +86,6 @@ onMounted(() => {
onActivated(() => { onActivated(() => {
pagingComponent.value?.reload(); pagingComponent.value?.reload();
connection = useStream().useChannel('main');
connection.on('notification', onNotification);
connection.on('notificationFlushed', reload);
}); });
onUnmounted(() => { onUnmounted(() => {