forked from AkkomaGang/akkoma-fe
remove commented lines, make linter happy
This commit is contained in:
parent
4fabeda3ec
commit
12000536aa
1 changed files with 0 additions and 2 deletions
|
@ -90,12 +90,10 @@ const Status = {
|
|||
},
|
||||
gotoOriginal (id) {
|
||||
// only handled by conversation, not status_or_conversation
|
||||
//this.$emit('goto', this.status.in_reply_to_status_id)
|
||||
this.$emit('goto', id)
|
||||
},
|
||||
toggleExpanded () {
|
||||
this.$emit('toggleExpanded')
|
||||
//console.log(this.replies)
|
||||
},
|
||||
toggleMute () {
|
||||
this.unmuted = !this.unmuted
|
||||
|
|
Loading…
Reference in a new issue