From 50b3bd22e6fd35f85768eb0c2b1dd8576cd4ee64 Mon Sep 17 00:00:00 2001
From: scarlett <nia@netbsd.org>
Date: Fri, 24 Aug 2018 20:08:49 +0100
Subject: [PATCH] Remove old implementation of isReply.

---
 src/components/status/status.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/components/status/status.js b/src/components/status/status.js
index a6cb6b6f..4881a5f3 100644
--- a/src/components/status/status.js
+++ b/src/components/status/status.js
@@ -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) {