mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-08 15:06:08 +02:00
reset when me changes (#3473)
This commit is contained in:
parent
2fd2285123
commit
a334d14743
@ -150,7 +150,7 @@ const BoardPage = (props: Props): JSX.Element => {
|
||||
wsClient.removeOnChange(incrementalBoardMemberUpdate, 'boardMembers')
|
||||
wsClient.removeOnReconnect(() => dispatch(loadAction(match.params.boardId)))
|
||||
}
|
||||
})
|
||||
}, [me?.id])
|
||||
|
||||
const loadOrJoinBoard = useCallback(async (userId: string, boardTeamId: string, boardId: string) => {
|
||||
// and fetch its data
|
||||
|
Loading…
Reference in New Issue
Block a user