refs #920 Unbind before bind new streamings
This commit is contained in:
parent
011b226fbd
commit
7fe962d505
|
@ -120,6 +120,7 @@ const actions: ActionTree<TimelineSpaceState, RootState> = {
|
||||||
await dispatch('fetchContentsTimelines', account).catch(_ => {
|
await dispatch('fetchContentsTimelines', account).catch(_ => {
|
||||||
throw new TimelineFetchError()
|
throw new TimelineFetchError()
|
||||||
})
|
})
|
||||||
|
await dispatch('unbindStreamings')
|
||||||
await dispatch('bindStreamings', account)
|
await dispatch('bindStreamings', account)
|
||||||
dispatch('startStreamings', account)
|
dispatch('startStreamings', account)
|
||||||
dispatch('fetchEmojis', account)
|
dispatch('fetchEmojis', account)
|
||||||
|
|
Loading…
Reference in New Issue