diff options
Diffstat (limited to 'internal/typeutils/astointernal.go')
| -rw-r--r-- | internal/typeutils/astointernal.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/typeutils/astointernal.go b/internal/typeutils/astointernal.go index 80e1de378..59c696f11 100644 --- a/internal/typeutils/astointernal.go +++ b/internal/typeutils/astointernal.go @@ -154,7 +154,7 @@ func (c *Converter) ASRepresentationToAccount( // Assume not memorial (todo) acct.MemorializedAt = time.Time{} - // Extract 'manuallyApprovesFollowers' aka locked account (default = true). + // Extract 'manuallyApprovesFollowers' aka locked account (default = false). manuallyApprovesFollowers := ap.GetManuallyApprovesFollowers(accountable) acct.Locked = &manuallyApprovesFollowers |
