pl-fe: Fix thread selector
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -82,7 +82,7 @@ const makeGetThread = () => {
|
||||
const getDescendantsIds = makeGetDescendantsIds();
|
||||
|
||||
return createSelector([
|
||||
(state: RootState, statusId: string) => getAncestorsIds(state, state.contexts.inReplyTos.get(statusId)),
|
||||
(state: RootState, statusId: string) => getAncestorsIds(state, statusId),
|
||||
(state: RootState, statusId: string) => getDescendantsIds(state, statusId),
|
||||
(_, statusId: string) => statusId,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user