]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/server/server-debug.model.ts
Add ability for instances to follow any actor
[github/Chocobozzz/PeerTube.git] / shared / models / server / server-debug.model.ts
CommitLineData
fae6e4da
C
1export interface ServerDebug {
2 ip: string
3 activityPubMessagesWaiting: number
4}