forked from AkkomaGang/akkoma-fe
Remove old implementation of isReply.
This commit is contained in:
parent
296ab54301
commit
50b3bd22e6
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ const Status = {
|
||||||
return hits
|
return hits
|
||||||
},
|
},
|
||||||
muted () { return !this.unmuted && (this.status.user.muted || this.muteWordHits.length > 0) },
|
muted () { return !this.unmuted && (this.status.user.muted || this.muteWordHits.length > 0) },
|
||||||
isReply () { return !!this.status.in_reply_to_status_id },
|
|
||||||
isFocused () {
|
isFocused () {
|
||||||
// retweet or root of an expanded conversation
|
// retweet or root of an expanded conversation
|
||||||
if (this.focused) {
|
if (this.focused) {
|
||||||
|
|
Loading…
Reference in a new issue