Remove old implementation of isReply.

This commit is contained in:
scarlett 2018-08-24 20:08:49 +01:00
parent 296ab54301
commit 50b3bd22e6

View file

@ -83,7 +83,6 @@ const Status = {
return hits
},
muted () { return !this.unmuted && (this.status.user.muted || this.muteWordHits.length > 0) },
isReply () { return !!this.status.in_reply_to_status_id },
isFocused () {
// retweet or root of an expanded conversation
if (this.focused) {