Add featured hashtags as an ActivityPub collection (#11595)
This commit is contained in:
parent
abc91e5fa6
commit
17340365bb
5 changed files with 49 additions and 16 deletions
|
@ -16,6 +16,8 @@ class ActivityPub::CollectionSerializer < ActivityPub::Serializer
|
|||
ActivityPub::NoteSerializer
|
||||
when 'Device'
|
||||
ActivityPub::DeviceSerializer
|
||||
when 'FeaturedTag'
|
||||
ActivityPub::HashtagSerializer
|
||||
when 'ActivityPub::CollectionPresenter'
|
||||
ActivityPub::CollectionSerializer
|
||||
when 'String'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue