mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-08 17:39:09 +00:00
Fetch conversation again on route change.
This might happen when you visit other convos via the notifications bar.
This commit is contained in:
parent
1190b439b3
commit
c9604eec9d
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ const conversation = {
|
|||
created () {
|
||||
this.fetchConversation()
|
||||
},
|
||||
watch: {
|
||||
'$route': 'fetchConversation'
|
||||
},
|
||||
methods: {
|
||||
fetchConversation () {
|
||||
if (this.status) {
|
||||
|
|
Loading…
Reference in a new issue