diff --git a/CHANGELOG.md b/CHANGELOG.md index a44fb1630d..ebd0e61399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,17 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - Removed the use of with_move parameters when fetching notifications -## [Unreleased patch] -### Add -- Added private notifications option for push notifications -- 'Copy link' button for statuses (in the ellipsis menu) - -### Changed -- Registration page no longer requires email if the server is configured not to require it - -### Fixed -- Status ellipsis menu closes properly when selecting certain options - ## [2.0.3] - 2020-05-02 ### Fixed - Show more/less works correctly with auto-collapsed subjects and long posts diff --git a/src/boot/after_store.js b/src/boot/after_store.js index 34f6d6e7c5..d70e10584b 100644 --- a/src/boot/after_store.js +++ b/src/boot/after_store.js @@ -241,9 +241,6 @@ const getNodeInfo = async ({ store }) => { : federation.enabled }) - const accountActivationRequired = metadata.accountActivationRequired - store.dispatch('setInstanceOption', { name: 'accountActivationRequired', value: accountActivationRequired }) - const accounts = metadata.staffAccounts resolveStaffAccounts({ store, accounts }) } else { @@ -307,9 +304,6 @@ const afterStoreSetup = async ({ store, i18n }) => { getNodeInfo({ store }) ]) - // Start fetching things that don't need to block the UI - store.dispatch('fetchMutes') - const router = new VueRouter({ mode: 'history', routes: routes(store), diff --git a/src/components/account_actions/account_actions.js b/src/components/account_actions/account_actions.js index 0826c27583..5d7ecf7e46 100644 --- a/src/components/account_actions/account_actions.js +++ b/src/components/account_actions/account_actions.js @@ -3,7 +3,7 @@ import Popover from '../popover/popover.vue' const AccountActions = { props: [ - 'user', 'relationship' + 'user' ], data () { return { } diff --git a/src/components/account_actions/account_actions.vue b/src/components/account_actions/account_actions.vue index 744b77d539..483783cfb5 100644 --- a/src/components/account_actions/account_actions.vue +++ b/src/components/account_actions/account_actions.vue @@ -9,16 +9,16 @@ class="account-tools-popover" >