summaryrefslogtreecommitdiff
path: root/vendor/code.superseriousbusiness.org/activity/streams/gen_resolver_utils.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/code.superseriousbusiness.org/activity/streams/gen_resolver_utils.go')
-rw-r--r--vendor/code.superseriousbusiness.org/activity/streams/gen_resolver_utils.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/code.superseriousbusiness.org/activity/streams/gen_resolver_utils.go b/vendor/code.superseriousbusiness.org/activity/streams/gen_resolver_utils.go
index 9a3f74a55..54fe905d5 100644
--- a/vendor/code.superseriousbusiness.org/activity/streams/gen_resolver_utils.go
+++ b/vendor/code.superseriousbusiness.org/activity/streams/gen_resolver_utils.go
@@ -121,6 +121,9 @@ func ToType(c context.Context, m map[string]interface{}) (t vocab.Type, err erro
}, func(ctx context.Context, i vocab.TootEmoji) error {
t = i
return nil
+ }, func(ctx context.Context, i vocab.LitePubEmojiReact) error {
+ t = i
+ return nil
}, func(ctx context.Context, i vocab.ActivityStreamsEndpoints) error {
t = i
return nil