mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 16:55:16 +00:00
Add fieldname and type
This commit is contained in:
parent
f48b4d1f55
commit
e18e90f8df
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue