Merge branch 'akkoma-support-part-2' into 'develop'

microfix

See merge request pleroma/pleroma-fe!2189
This commit is contained in:
HJ 2025-06-28 22:11:15 +00:00
commit 917d0b5b23

View file

@ -28,7 +28,7 @@ const fetchAndUpdate = ({ store, credentials, older = false, since }) => {
const timelineData = rootState.notifications
const hideMutedPosts = getters.mergedConfig.hideMutedPosts
if (store.rootState.instance.pleromaChatMessagesAvailable) {
if (rootState.instance.pleromaChatMessagesAvailable) {
mastoApiNotificationTypes.push('pleroma:chat_mention')
}