Set blockIds and muteIds to the currentUser state only
This commit is contained in:
parent
e91a94ff9c
commit
1fd9a1c7c0
2 changed files with 3 additions and 3 deletions
|
@ -120,8 +120,6 @@ export const parseUser = (data) => {
|
|||
if (data.pleroma) {
|
||||
output.follow_request_count = data.pleroma.follow_request_count
|
||||
}
|
||||
output.blockIds = []
|
||||
output.muteIds = []
|
||||
|
||||
return output
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue