Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev authored Jan 9, 2024
1 parent cbfadd1 commit fceaa64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[[server]]/@[account]/index/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if (account) {
title: () => `${t('account.posts')} | ${getDisplayName(account)} (@${account.acct})`,
})
}
const stream = $(useStreaming(client => client.v1.stream.streamUser()))
const stream = useStreaming(client => client.user.subscribe())
</script>

<template>
Expand Down

0 comments on commit fceaa64

Please sign in to comment.