Revert "Merge branch 'feature/split-hide-network' into 'develop'"

This reverts merge request !497
This commit is contained in:
Shpuld Shpludson 2019-02-03 14:32:23 +00:00
parent c7ee2ed831
commit d4991d0162
9 changed files with 12 additions and 25 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_network']
let url = PROFILE_UPDATE_URL
const form = new FormData()