diff --git a/src/components/user_settings/user_settings.js b/src/components/user_settings/user_settings.js index ae4d0694..5a7ff448 100644 --- a/src/components/user_settings/user_settings.js +++ b/src/components/user_settings/user_settings.js @@ -115,12 +115,10 @@ const UserSettings = { params: { note: this.newBio, locked: this.newLocked, - source: { - privacy: this.newDefaultScope - }, // Backend notation. /* eslint-disable camelcase */ display_name: this.newName, + default_scope: this.newDefaultScope, no_rich_text: this.newNoRichText, hide_follows: this.hideFollows, hide_followers: this.hideFollowers,