mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-03-09 20:23:54 +01:00
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…
Add table
Reference in a new issue