diff options
| author | scarlett <nia@netbsd.org> | 2018-08-24 20:08:49 +0100 |
|---|---|---|
| committer | scarlett <nia@netbsd.org> | 2018-08-24 20:08:49 +0100 |
| commit | 50b3bd22e6fd35f85768eb0c2b1dd8576cd4ee64 (patch) | |
| tree | 9240a37600524e7a22a31482b28f5f09079a1b01 | |
| parent | 296ab5430147f01107131046dcd428085bef9020 (diff) | |
Remove old implementation of isReply.
| -rw-r--r-- | src/components/status/status.js | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |
