Use streaming api by default
This commit is contained in:
parent
1f60e9fb6b
commit
94375b7675
|
@ -106,7 +106,7 @@ const settings = {
|
|||
}).catch((e) => {
|
||||
console.error('Failed starting MastoAPI Streaming socket', e)
|
||||
this.$store.dispatch('disableMastoSockets')
|
||||
this.$store.dispatch('setOption', { name: 'useStreamingApi', value: false })
|
||||
this.$store.dispatch('setOption', { name: 'useStreamingApi', value: true })
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue