merge develop and fix conflicts AGAIN
This commit is contained in:
commit
54e7e0e31b
26 changed files with 145 additions and 140 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue