mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 16:32:25 -05:00
[bugfix] Fix wrong default used for HidesCcPublicFromUnauthedWeb in migration (#4318)
🤦 Changed it in gtsmodel but not in the migration ohhh, oooh Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4318 Co-authored-by: tobi <tobi.smethurst@protonmail.com> Co-committed-by: tobi <tobi.smethurst@protonmail.com>
This commit is contained in:
parent
352353ce7a
commit
a97a15fd10
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ type Account struct {
|
||||||
|
|
||||||
// Added in this migration:
|
// Added in this migration:
|
||||||
HidesToPublicFromUnauthedWeb *bool `bun:",nullzero,notnull,default:false"`
|
HidesToPublicFromUnauthedWeb *bool `bun:",nullzero,notnull,default:false"`
|
||||||
HidesCcPublicFromUnauthedWeb *bool `bun:",nullzero,notnull,default:false"`
|
HidesCcPublicFromUnauthedWeb *bool `bun:",nullzero,notnull,default:true"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Field struct {
|
type Field struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue