-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/explore #55
base: main
Are you sure you want to change the base?
Conversation
aofn
commented
Sep 6, 2023
•
edited by fnwbr
Loading
edited by fnwbr
- if selectedSpaceChildren length is 1 check for parent in matrix
- check if rooms/spaces are already in our matrix storage and only then use roomHierarchy
- check if user actually has the needed power level to invite users to the matrix room (s. this)
isSubscribed = false; | ||
}; | ||
// eslint-disable-next-line react-hooks/exhaustive-deps | ||
}, [matrixClient, parentSpaceRoomId, sortAlphabetically, templatePlaceholderMapping, templatePrefixFilter]); |
Check failure
Code scanning / ESLint
verifies the list of dependencies for Hooks like useEffect and similar Error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ESLint found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ESLint found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return () => { | ||
cancelled = true; | ||
}; | ||
}, [router.query?.roomId, matrix.initialSyncDone, cachedSpace]); |
Check failure
Code scanning / ESLint
verifies the list of dependencies for Hooks like useEffect and similar Error
…s-spaces into explore
…s-spaces into explore
…view /explore: fix icons in context view
/explore: conditional loading
…h-defaultoption adding default value and remove error for `template select`
for reference: abaece4