Fix j/k keyboard shortcuts on some status lists (#25554)
This commit is contained in:
parent
a5b6f6da80
commit
a8c1c8bd37
5 changed files with 13 additions and 4 deletions
|
@ -137,3 +137,7 @@ export const getAccountHidden = createSelector([
|
|||
], (hidden, followingOrRequested, isSelf) => {
|
||||
return hidden && !(isSelf || followingOrRequested);
|
||||
});
|
||||
|
||||
export const getStatusList = createSelector([
|
||||
(state, type) => state.getIn(['status_lists', type, 'items']),
|
||||
], (items) => items.toList());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue