enh: chat/channel notification toast

This commit is contained in:
Timothy Jaeryang Baek
2024-12-24 18:25:59 -07:00
parent 46e319dedc
commit 2d44cd4cda
5 changed files with 75 additions and 31 deletions

View File

@@ -102,7 +102,7 @@
});
onDestroy(() => {
$socket?.off('channel-events', channelEventHandler);
// $socket?.off('channel-events', channelEventHandler);
});
</script>