add user popover

This commit is contained in:
Ren Amamiya
2023-05-14 15:25:56 +07:00
parent 50a376ae6b
commit 7f1dd1514f
4 changed files with 122 additions and 11 deletions

View File

@@ -53,7 +53,7 @@ export function Page() {
const now = useRef(new Date());
useSWRSubscription(channelID && muted && hided ? ['channel', channelID] : null, ([, key], {}: any) => {
useSWRSubscription(account && channelID && muted && hided ? ['channel', channelID] : null, ([, key], {}: any) => {
// subscribe to channel
const unsubscribe = pool.subscribe(
[