Updated user lists
• Updated: - user lists - follow_requests, followers, following, mutes, blocks
This commit is contained in:
@@ -18,7 +18,7 @@ const mapStateToProps = (state, { account }) => {
|
||||
accountId,
|
||||
accountIds: state.getIn(['user_lists', 'following', accountId, 'items']),
|
||||
hasMore: !!state.getIn(['user_lists', 'following', accountId, 'next']),
|
||||
isLoading: state.getIn(['user_lists', 'following', accountId, 'isLoading'], true),
|
||||
isLoading: state.getIn(['user_lists', 'following', accountId, 'isLoading']),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user