update from upstream
continuous-integration/drone/push Build is passing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-10-05 17:30:24 +02:00
commit 48436b9702
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
2 changed files with 4 additions and 2 deletions

View File

@ -23,10 +23,13 @@ const fetchAndUpdate = ({ store, credentials, older = false, since }) => {
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.includeTypes = mastoApiNotificationTypes
args.withMuted = !hideMutedPosts
args.withMove = !allowFollowingMove
args.timeline = 'notifications'
if (older) {
if (timelineData.minId !== Number.POSITIVE_INFINITY) {

View File

@ -25,6 +25,5 @@
"sidebarRight": false,
"subjectLineBehavior": "email",
"theme": "pleroma-dark",
"webPushNotifications": false,
"showTimelines": false
"webPushNotifications": false
}