detect-fix
This commit is contained in:
parent
c234ab1c2b
commit
8caa4f823a
|
@ -82,12 +82,8 @@ export const FollowingProvider = (props: { children: JSX.Element }) => {
|
||||||
|
|
||||||
createEffect(() => {
|
createEffect(() => {
|
||||||
if (author()) {
|
if (author()) {
|
||||||
console.debug('[context.following] author detect')
|
console.debug('[context.following] author update detect')
|
||||||
if (!subscriptions?.authors?.length && !subscriptions?.topics?.length) {
|
fetchData()
|
||||||
// && subscriptions.communites?.length
|
|
||||||
console.debug('[context.following] no subs detected')
|
|
||||||
fetchData()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user