remove commented lines, make linter happy
This commit is contained in:
parent
4fabeda3ec
commit
12000536aa
@ -90,12 +90,10 @@ const Status = {
|
|||||||
},
|
},
|
||||||
gotoOriginal (id) {
|
gotoOriginal (id) {
|
||||||
// only handled by conversation, not status_or_conversation
|
// only handled by conversation, not status_or_conversation
|
||||||
//this.$emit('goto', this.status.in_reply_to_status_id)
|
|
||||||
this.$emit('goto', id)
|
this.$emit('goto', id)
|
||||||
},
|
},
|
||||||
toggleExpanded () {
|
toggleExpanded () {
|
||||||
this.$emit('toggleExpanded')
|
this.$emit('toggleExpanded')
|
||||||
//console.log(this.replies)
|
|
||||||
},
|
},
|
||||||
toggleMute () {
|
toggleMute () {
|
||||||
this.unmuted = !this.unmuted
|
this.unmuted = !this.unmuted
|
||||||
|
Loading…
Reference in New Issue
Block a user