Fetch video likes/dislikes too
This commit is contained in:
parent
d8553faa49
commit
16b9097594
11 changed files with 121 additions and 12 deletions
|
@ -2,4 +2,4 @@ import { Activity } from './activity'
|
|||
import { ActivityPubCollection } from './activitypub-collection'
|
||||
import { ActivityPubOrderedCollection } from './activitypub-ordered-collection'
|
||||
|
||||
export type RootActivity = Activity | ActivityPubCollection | ActivityPubOrderedCollection
|
||||
export type RootActivity = Activity | ActivityPubCollection | ActivityPubOrderedCollection<Activity>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue