fix: subscribe to proper user.notification stream (#2566)
This commit is contained in:
parent
b8e8693342
commit
7322711609
4 changed files with 2 additions and 6 deletions
|
@ -172,7 +172,6 @@ const { formatNumber } = useHumanReadableNumber()
|
|||
:preprocess="preprocess"
|
||||
:stream="stream"
|
||||
:virtualScroller="virtualScroller"
|
||||
eventType="notification"
|
||||
>
|
||||
<template #updater="{ number, update }">
|
||||
<button py-4 border="b base" flex="~ col" p-3 w-full text-primary font-bold @click="() => { update(); clearNotifications() }">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue