This commit is contained in:
taehoon 2019-04-24 21:56:09 -04:00
parent 93e9bc019e
commit a601337a20
2 changed files with 5 additions and 12 deletions

View file

@ -131,7 +131,6 @@ export const parseUser = (data) => {
output.statuses_count = data.statuses_count
output.friendIds = []
output.followerIds = []
if (data.pleroma) {
output.follow_request_count = data.pleroma.follow_request_count
}