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

Add user/instance block by users in the client

This commit is contained in:
Chocobozzz 2018-10-12 17:26:40 +02:00
parent 7ad9b9846c
commit af5767ffae
33 changed files with 560 additions and 46 deletions

View file

@ -2,7 +2,7 @@ import { Account } from '../actors'
export interface ServerBlock {
byAccount: Account
serverBlocked: {
blockedServer: {
host: string
}
createdAt: Date | string