mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2024-11-10 06:54:16 +00:00
[chore] Fix typo (#3113)
This commit is contained in:
parent
72ba5666a6
commit
2b895f822a
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ func processVisibility(
|
|||
|
||||
// Set federated flag to form value
|
||||
// if provided, or default to true.
|
||||
federated := util.PtrValueOr(form.Federated, true)
|
||||
federated := util.PtrOrValue(form.Federated, true)
|
||||
status.Federated = &federated
|
||||
|
||||
return nil
|
||||
|
|
Loading…
Reference in a new issue