Clear list timeline on exit

This commit is contained in:
Sol Fisher Romanoff 2022-06-16 11:32:58 +03:00
parent a982af771b
commit a66d40e0e8
Signed by untrusted user who does not match committer: nbsp
GPG Key ID: 9D3F2B64F2341B62
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ const ListTimeline = {
},
unmounted () {
this.$store.dispatch('stopFetchingTimeline', 'list')
this.$store.commit('clearTimeline', { timeline: 'list' })
}
}