Added follow requests counter to nav bar to make it visible behorehand
This commit is contained in:
parent
10990e1715
commit
d831b81912
3 changed files with 17 additions and 1 deletions
|
@ -117,6 +117,9 @@ export const parseUser = (data) => {
|
|||
output.statuses_count = data.statuses_count
|
||||
output.friends = []
|
||||
output.followers = []
|
||||
if (data.pleroma) {
|
||||
output.follow_request_count = data.pleroma.follow_request_count
|
||||
}
|
||||
|
||||
return output
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue