]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/activitypub/objects/video-comment-object.ts
Add mentions to comments
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / objects / video-comment-object.ts
index 785fbbc0df1e9aa90023d071a0ff50cee78e8900..1c058b86ca3b56726d544a6910f2a360e11fe98b 100644 (file)
@@ -1,3 +1,5 @@
+import { ActivityTagObject } from './common-objects'
+
 export interface VideoCommentObject {
   type: 'Note'
   id: string
@@ -7,4 +9,5 @@ export interface VideoCommentObject {
   updated: string
   url: string
   attributedTo: string
+  tag: ActivityTagObject[]
 }