Merge branch 'feature/reply-navigation' into 'develop'

Reply navigation fix for opening conversations in new tab

See merge request !74
This commit is contained in:
lambadalambda 2017-04-14 09:37:35 -04:00
commit 2b4a677178

View file

@ -10,7 +10,7 @@ const sortAndFilterConversation = (conversation) => {
const conversation = { const conversation = {
data () { data () {
return { return {
highlight: this.statusoid.id highlight: null
} }
}, },
props: [ props: [