diff options
| author | lain <lain@soykaf.club> | 2020-06-22 12:51:51 +0000 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-06-22 12:51:51 +0000 |
| commit | bbb91d8ae3f1c3d5374de7610e723e63121e8222 (patch) | |
| tree | 0b923bcbbb48bdbb10ee071cdb0c119d0ea73470 /src/components/settings_modal/tabs/profile_tab.js | |
| parent | 1afa0f004455175e5bc1770cae5c7833a1a0e84f (diff) | |
| parent | 2b6d16900b9f0bd515dbb616ef0f031f6c026dcc (diff) | |
Merge branch 'feature/bot-flag' into 'develop'
Add 'Bot' settings option and badge
Closes #832
See merge request pleroma/pleroma-fe!1153
Diffstat (limited to 'src/components/settings_modal/tabs/profile_tab.js')
| -rw-r--r-- | src/components/settings_modal/tabs/profile_tab.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/settings_modal/tabs/profile_tab.js b/src/components/settings_modal/tabs/profile_tab.js index 8658b097..56e956cd 100644 --- a/src/components/settings_modal/tabs/profile_tab.js +++ b/src/components/settings_modal/tabs/profile_tab.js @@ -23,6 +23,7 @@ const ProfileTab = { showRole: this.$store.state.users.currentUser.show_role, role: this.$store.state.users.currentUser.role, discoverable: this.$store.state.users.currentUser.discoverable, + bot: this.$store.state.users.currentUser.bot, allowFollowingMove: this.$store.state.users.currentUser.allow_following_move, pickAvatarBtnVisible: true, bannerUploading: false, @@ -79,6 +80,7 @@ const ProfileTab = { hide_follows: this.hideFollows, hide_followers: this.hideFollowers, discoverable: this.discoverable, + bot: this.bot, allow_following_move: this.allowFollowingMove, hide_follows_count: this.hideFollowsCount, hide_followers_count: this.hideFollowersCount, |
