forked from AkkomaGang/akkoma-fe
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:
commit
2b4a677178
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ const sortAndFilterConversation = (conversation) => {
|
|||
const conversation = {
|
||||
data () {
|
||||
return {
|
||||
highlight: this.statusoid.id
|
||||
highlight: null
|
||||
}
|
||||
},
|
||||
props: [
|
||||
|
|
Loading…
Reference in a new issue