improved initial notifications fetching
This commit is contained in:
parent
319bb4ac28
commit
172ebaf4e6
4 changed files with 33 additions and 6 deletions
|
@ -470,7 +470,7 @@ const users = {
|
|||
}
|
||||
|
||||
store.dispatch('startMastoSocket').catch((error) => {
|
||||
console.error(error)
|
||||
console.error('Failed initializing MastoAPI Streaming socket', error)
|
||||
// Start getting fresh posts.
|
||||
store.dispatch('startFetchingTimeline', { timeline: 'friends' })
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue