Fetch conversation again on route change.

This might happen when you visit other convos via the notifications bar.
このコミットが含まれているのは:
Roger Braun 2016-11-28 13:36:19 +01:00
コミット c9604eec9d
1個のファイルの変更3行の追加0行の削除

ファイルの表示

@ -27,6 +27,9 @@ const conversation = {
created () {
this.fetchConversation()
},
watch: {
'$route': 'fetchConversation'
},
methods: {
fetchConversation () {
if (this.status) {