Fix indentation

This commit is contained in:
scarlett 2018-08-24 20:19:22 +01:00
parent 50b3bd22e6
commit 60b115320f
1 changed files with 1 additions and 1 deletions

View File

@ -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('@')
}