Move following to qvitter only space
This commit is contained in:
parent
4c9f3b946d
commit
b9142e6fac
2 changed files with 2 additions and 2 deletions
|
@ -102,9 +102,10 @@ export const parseUser = (data) => {
|
|||
output.default_scope = data.default_scope
|
||||
output.hide_network = data.hide_network
|
||||
output.background_image = data.background_image
|
||||
// on mastoapi this info is contained in a "relationship"
|
||||
output.following = data.following
|
||||
}
|
||||
|
||||
output.following = data.following
|
||||
output.created_at = new Date(data.created_at)
|
||||
output.locked = data.locked
|
||||
output.followers_count = data.followers_count
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue