refs #920 Unbind before bind new streamings

This commit is contained in:
AkiraFukushima 2019-05-22 01:00:33 +09:00
parent 011b226fbd
commit 7fe962d505
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ const actions: ActionTree<TimelineSpaceState, RootState> = {
await dispatch('fetchContentsTimelines', account).catch(_ => {
throw new TimelineFetchError()
})
await dispatch('unbindStreamings')
await dispatch('bindStreamings', account)
dispatch('startStreamings', account)
dispatch('fetchEmojis', account)