From 071eca20ce9527153ed2e549f6198aad32380495 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 23 Aug 2021 12:46:05 +0200 Subject: Manually approves followers (#146) * update go-fed * update go-fed * manuallyapprovesfollowers * serialize manuallyApprovesFollowers --- internal/gtsmodel/account.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/gtsmodel/account.go') diff --git a/internal/gtsmodel/account.go b/internal/gtsmodel/account.go index 435caea6d..9673dcb2c 100644 --- a/internal/gtsmodel/account.go +++ b/internal/gtsmodel/account.go @@ -78,7 +78,7 @@ type Account struct { */ // Does this account need an approval for new followers? - Locked bool `pg:",default:true"` + Locked bool `pg:",default:true,use_zero"` // Should this account be shown in the instance's profile directory? Discoverable bool `pg:",default:false"` // Default post privacy for this account -- cgit v1.2.3