Skip to content
Snippets Groups Projects
Commit c9604eec authored by lain's avatar lain
Browse files

Fetch conversation again on route change.

This might happen when you visit other convos via the notifications bar.
parent 1190b439
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,9 @@ const conversation = {
created () {
this.fetchConversation()
},
watch: {
'$route': 'fetchConversation'
},
methods: {
fetchConversation () {
if (this.status) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment