Split hide_network into hide_followers & hide_followings
This commit is contained in:
parent
43c26a4cd0
commit
298cea8f6d
9 changed files with 25 additions and 12 deletions
|
@ -100,7 +100,8 @@ export const parseUser = (data) => {
|
|||
output.rights = data.rights
|
||||
output.no_rich_text = data.no_rich_text
|
||||
output.default_scope = data.default_scope
|
||||
output.hide_network = data.hide_network
|
||||
output.hide_followings = data.hide_followings
|
||||
output.hide_followers = data.hide_followers
|
||||
output.background_image = data.background_image
|
||||
// on mastoapi this info is contained in a "relationship"
|
||||
output.following = data.following
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue