Rename "hide_following" to "hide_follows"
This commit is contained in:
parent
18594569bd
commit
0c5c889850
9 changed files with 12 additions and 12 deletions
src/services/entity_normalizer
|
@ -100,7 +100,7 @@ export const parseUser = (data) => {
|
|||
output.rights = data.rights
|
||||
output.no_rich_text = data.no_rich_text
|
||||
output.default_scope = data.default_scope
|
||||
output.hide_followings = data.hide_followings
|
||||
output.hide_follows = data.hide_follows
|
||||
output.hide_followers = data.hide_followers
|
||||
output.background_image = data.background_image
|
||||
// on mastoapi this info is contained in a "relationship"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue