]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/activitypub/objects/video-comment-object.ts
Propagate old comment on new follow
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / objects / video-comment-object.ts
1 export interface VideoCommentObject {
2 type: 'Note'
3 id: string
4 content: string
5 inReplyTo: string
6 published: string
7 updated: string
8 url: string
9 attributedTo: string
10 }