1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Introduce debug command

This commit is contained in:
Chocobozzz 2021-07-06 16:02:11 +02:00
parent a9c58393d3
commit 883a901908
No known key found for this signature in database
GPG key ID: 583A612D890159BE
10 changed files with 51 additions and 50 deletions

View file

@ -1,5 +1,6 @@
export interface Debug {
ip: string
activityPubMessagesWaiting: number
}
export interface SendDebugCommand {