Split hide_network into hide_followers & hide_followings

This commit is contained in:
Maxim Filippov 2019-01-30 01:11:40 +03:00
parent 3d337a239e
commit 18594569bd
9 changed files with 25 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_network']
const fields = ['description', 'locked', 'no_rich_text', 'hide_followings', 'hide_followers']
let url = PROFILE_UPDATE_URL
const form = new FormData()