diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-27 21:51:17 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-04-27 21:51:17 -0400 |
| commit | 3665c86d709f3a04ae3471d09b84a69c8a8c9172 (patch) | |
| tree | 450fba11ddd0d98d23aa93da9b6be4512182fecf | |
| parent | 904a64de8951356d0e1a798349661039d5821d32 (diff) | |
use default_scope parameter
| -rw-r--r-- | src/components/user_settings/user_settings.js | 4 |
1 files changed, 1 insertions, 3 deletions
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, |
