Rename "hide_following" to "hide_follows"

This commit is contained in:
Maxim Filippov 2019-02-06 14:21:13 +03:00
parent 18594569bd
commit 0c5c889850
9 changed files with 12 additions and 12 deletions

View file

@ -130,7 +130,7 @@ const updateBanner = ({credentials, params}) => {
// description
const updateProfile = ({credentials, params}) => {
// Always include these fields, because they might be empty or false
const fields = ['description', 'locked', 'no_rich_text', 'hide_followings', 'hide_followers']
const fields = ['description', 'locked', 'no_rich_text', 'hide_follows', 'hide_followers']
let url = PROFILE_UPDATE_URL
const form = new FormData()