Updated user lists
• Updated: - user lists - follow_requests, followers, following, mutes, blocks
This commit is contained in:
@@ -54,11 +54,10 @@ export function expandMutes() {
|
||||
return (dispatch, getState) => {
|
||||
if (!me) return;
|
||||
|
||||
const url = getState().getIn(['user_lists', 'mutes', 'next']);
|
||||
const url = getState().getIn(['user_lists', 'mutes', me, 'next']);
|
||||
const isLoading = getState().getIn(['user_lists', 'mutes', me, 'isLoading']);
|
||||
|
||||
if (url === null) {
|
||||
return;
|
||||
}
|
||||
if (url === null || isLoading) return
|
||||
|
||||
dispatch(expandMutesRequest());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user