microfix
This commit is contained in:
parent
90fba141d7
commit
cf9c91dd02
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 hideMutedPosts = getters.mergedConfig.hideMutedPosts
|
||||
|
||||
if (store.rootState.instance.pleromaChatMessagesAvailable) {
|
||||
if (rootState.instance.pleromaChatMessagesAvailable) {
|
||||
mastoApiNotificationTypes.push('pleroma:chat_mention')
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue