Use streaming api by default

This commit is contained in:
Your New SJW Waifu 2020-05-31 15:31:30 -05:00
parent 1f60e9fb6b
commit 94375b7675
1 changed files with 1 additions and 1 deletions

View File

@ -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 })
})
}
}