Regenerate

This commit is contained in:
Melody Becker 2025-04-08 16:32:31 +02:00
parent 115a167e75
commit 91ff8d2ea1
Signed by: mstar
SSH key fingerprint: SHA256:9VAo09aaVNTWKzPW7Hq2LW+ox9OdwmTSHRoD4mlz1yI
9 changed files with 193 additions and 14 deletions

View file

@ -193,6 +193,11 @@ func newNoteToBoost(db *gorm.DB, opts ...gen.DOOption) noteToBoost {
}{
RelationField: field.NewRelation("Note.Creator", "models.User"),
},
Origin: struct {
field.RelationField
}{
RelationField: field.NewRelation("Note.Origin", "models.RemoteServer"),
},
AttachmentRelations: struct {
field.RelationField
Note struct {
@ -512,6 +517,9 @@ type noteToBoostBelongsToNote struct {
Creator struct {
field.RelationField
}
Origin struct {
field.RelationField
}
AttachmentRelations struct {
field.RelationField
Note struct {