diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-05-08 08:20:03 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-05-08 08:20:03 +0000 |
| commit | f4676e17d3ec15f7c8bad776a7c7799f83f679b0 (patch) | |
| tree | 6d7a1ddb581a3879165828c059596847408638b3 /src/services/notifications_fetcher/notifications_fetcher.service.js | |
| parent | ddc3b86d24249021cc1634dbdfb476684265f293 (diff) | |
| parent | f40de85b92f55903da39c5c0f1b8db6ca7cb88f6 (diff) | |
Merge branch 'develop' into 'feature/copy-link'
# Conflicts:
# static/fontello.json
Diffstat (limited to 'src/services/notifications_fetcher/notifications_fetcher.service.js')
| -rw-r--r-- | src/services/notifications_fetcher/notifications_fetcher.service.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/services/notifications_fetcher/notifications_fetcher.service.js b/src/services/notifications_fetcher/notifications_fetcher.service.js index 864e32f8..64499a1b 100644 --- a/src/services/notifications_fetcher/notifications_fetcher.service.js +++ b/src/services/notifications_fetcher/notifications_fetcher.service.js @@ -11,12 +11,9 @@ const fetchAndUpdate = ({ store, credentials, older = false }) => { const rootState = store.rootState || store.state const timelineData = rootState.statuses.notifications const hideMutedPosts = getters.mergedConfig.hideMutedPosts - const allowFollowingMove = rootState.users.currentUser.allow_following_move args['withMuted'] = !hideMutedPosts - args['withMove'] = !allowFollowingMove - args['timeline'] = 'notifications' if (older) { if (timelineData.minId !== Number.POSITIVE_INFINITY) { |
