Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-22 01:44:24 +01:00

Add fieldname and type

This commit is contained in:
erik 2023-11-14 15:28:38 +01:00 committed by Michael Jerger
parent f48b4d1f55
commit e18e90f8df

View file

@ -30,7 +30,7 @@ var KnownSourceTypes = SourceTypes{
// swagger:model
type Star struct {
// swagger:ignore
ap.Activity
Activity ap.Activity
// Source identifies the system which generated this activity. Exactly one value has to be specified.
Source SourceType `jsonld:"source,omitempty"`
}