Fix indentation
This commit is contained in:
parent
50b3bd22e6
commit
60b115320f
1 changed files with 1 additions and 1 deletions
|
@ -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('@')
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue