Fix fetchTimeline error
This commit is contained in:
parent
2e3d4d7728
commit
4b252ea8d3
2 changed files with 2 additions and 2 deletions
|
|
@ -588,7 +588,7 @@ const users = {
|
|||
}
|
||||
|
||||
if (store.getters.mergedConfig.useStreamingApi) {
|
||||
store.dispatch('fetchTimeline', 'friends', { since: null })
|
||||
store.dispatch('fetchTimeline', { timeline: 'friends', since: null })
|
||||
store.dispatch('fetchNotifications', { since: null })
|
||||
store.dispatch('enableMastoSockets', true).catch((error) => {
|
||||
console.error('Failed initializing MastoAPI Streaming socket', error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue