summaryrefslogtreecommitdiff
path: root/internal/processing/account
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/account')
-rw-r--r--internal/processing/account/follow.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/processing/account/follow.go b/internal/processing/account/follow.go
index 6c066d6a6..59de8834b 100644
--- a/internal/processing/account/follow.go
+++ b/internal/processing/account/follow.go
@@ -117,8 +117,8 @@ func (p *Processor) FollowCreate(ctx context.Context, requestingAccount *gtsmode
if targetAccount.IsLocal() && !*targetAccount.Locked {
rel.Requested = false
rel.Following = true
- rel.ShowingReblogs = util.PtrValueOr(fr.ShowReblogs, true)
- rel.Notifying = util.PtrValueOr(fr.Notify, false)
+ rel.ShowingReblogs = util.PtrOrValue(fr.ShowReblogs, true)
+ rel.Notifying = util.PtrOrValue(fr.Notify, false)
}
// Handle side effects async.