mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-10 02:30:13 +00:00
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 = {
|
const conversation = {
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
highlight: this.statusoid.id
|
highlight: null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
props: [
|
props: [
|
||||||
|
|
Loading…
Reference in a new issue