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:
parent
7ad9b9846c
commit
af5767ffae
33 changed files with 560 additions and 46 deletions
|
@ -2,7 +2,7 @@ import { Account } from '../actors'
|
|||
|
||||
export interface ServerBlock {
|
||||
byAccount: Account
|
||||
serverBlocked: {
|
||||
blockedServer: {
|
||||
host: string
|
||||
}
|
||||
createdAt: Date | string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue