aboutsummaryrefslogtreecommitdiff
path: root/src/services/notifications_fetcher
diff options
context:
space:
mode:
authorSean King <seanking2919@protonmail.com>2022-08-06 22:15:34 -0600
committerSean King <seanking2919@protonmail.com>2022-08-06 22:15:34 -0600
commit6a2f4270727913b8e5d4670b5b3bbc3f57f51ec5 (patch)
tree29d966a1b7141f6a768120497d3f34143f467212 /src/services/notifications_fetcher
parentdc9951d400fc6f4e9080d29589bf186fb081f4f6 (diff)
Fix lint stuff
Diffstat (limited to 'src/services/notifications_fetcher')
-rw-r--r--src/services/notifications_fetcher/notifications_fetcher.service.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/notifications_fetcher/notifications_fetcher.service.js b/src/services/notifications_fetcher/notifications_fetcher.service.js
index 95138a16..6c247210 100644
--- a/src/services/notifications_fetcher/notifications_fetcher.service.js
+++ b/src/services/notifications_fetcher/notifications_fetcher.service.js
@@ -24,7 +24,7 @@ const fetchAndUpdate = ({ store, credentials, older = false, since }) => {
const timelineData = rootState.statuses.notifications
const hideMutedPosts = getters.mergedConfig.hideMutedPosts
- args['includeTypes'] = mastoApiNotificationTypes
+ args.includeTypes = mastoApiNotificationTypes
args.withMuted = !hideMutedPosts
args.timeline = 'notifications'