diff options
Diffstat (limited to 'vendor/codeberg.org/superseriousbusiness/activity/streams/gen_resolver_utils.go')
| -rw-r--r-- | vendor/codeberg.org/superseriousbusiness/activity/streams/gen_resolver_utils.go | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/codeberg.org/superseriousbusiness/activity/streams/gen_resolver_utils.go b/vendor/codeberg.org/superseriousbusiness/activity/streams/gen_resolver_utils.go index a08c8f68c..6e90035e7 100644 --- a/vendor/codeberg.org/superseriousbusiness/activity/streams/gen_resolver_utils.go +++ b/vendor/codeberg.org/superseriousbusiness/activity/streams/gen_resolver_utils.go @@ -55,6 +55,9 @@ func ToType(c context.Context, m map[string]interface{}) (t vocab.Type, err erro }, func(ctx context.Context, i vocab.ActivityStreamsAdd) error { t = i return nil + }, func(ctx context.Context, i vocab.FunkwhaleAlbum) error { + t = i + return nil }, func(ctx context.Context, i vocab.ActivityStreamsAnnounce) error { t = i return nil @@ -70,6 +73,9 @@ func ToType(c context.Context, m map[string]interface{}) (t vocab.Type, err erro }, func(ctx context.Context, i vocab.ActivityStreamsArticle) error { t = i return nil + }, func(ctx context.Context, i vocab.FunkwhaleArtist) error { + t = i + return nil }, func(ctx context.Context, i vocab.ActivityStreamsAudio) error { t = i return nil @@ -148,6 +154,9 @@ func ToType(c context.Context, m map[string]interface{}) (t vocab.Type, err erro }, func(ctx context.Context, i vocab.ActivityStreamsLeave) error { t = i return nil + }, func(ctx context.Context, i vocab.FunkwhaleLibrary) error { + t = i + return nil }, func(ctx context.Context, i vocab.ActivityStreamsLike) error { t = i return nil @@ -232,6 +241,9 @@ func ToType(c context.Context, m map[string]interface{}) (t vocab.Type, err erro }, func(ctx context.Context, i vocab.ActivityStreamsTombstone) error { t = i return nil + }, func(ctx context.Context, i vocab.FunkwhaleTrack) error { + t = i + return nil }, func(ctx context.Context, i vocab.ActivityStreamsTravel) error { t = i return nil |
