Merge branch 'akkoma-support-part-2' into 'develop'
microfix See merge request pleroma/pleroma-fe!2189
This commit is contained in:
commit
917d0b5b23
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ const fetchAndUpdate = ({ store, credentials, older = false, since }) => {
|
||||||
const timelineData = rootState.notifications
|
const timelineData = rootState.notifications
|
||||||
const hideMutedPosts = getters.mergedConfig.hideMutedPosts
|
const hideMutedPosts = getters.mergedConfig.hideMutedPosts
|
||||||
|
|
||||||
if (store.rootState.instance.pleromaChatMessagesAvailable) {
|
if (rootState.instance.pleromaChatMessagesAvailable) {
|
||||||
mastoApiNotificationTypes.push('pleroma:chat_mention')
|
mastoApiNotificationTypes.push('pleroma:chat_mention')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue