aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/status/status.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js
index 4881a5f3..3f49da53 100644
--- a/src/components/status/status.js
+++ b/src/components/status/status.js
@@ -113,7 +113,7 @@ const Status = {
if (this.status.visibility === 'private') {
var textBody = this.status.text
if (this.status.summary !== null) {
- textBody = textBody.substring(this.status.summary.length, textBody.length)
+ textBody = textBody.substring(this.status.summary.length, textBody.length)
}
return textBody.startsWith('@')
}