]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/server/debug.model.ts
Merge branch 'release/4.0.0' into develop
[github/Chocobozzz/PeerTube.git] / shared / models / server / debug.model.ts
index 7ceff91372a9210e7ba8684661aa751b1bee1f1e..2ecabdecab1e8ad47541a809afdc35ca33886036 100644 (file)
@@ -1,5 +1,6 @@
 export interface Debug {
   ip: string
+  activityPubMessagesWaiting: number
 }
 
 export interface SendDebugCommand {