1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Improve auto mute tests

This commit is contained in:
Chocobozzz 2020-05-07 17:08:16 +02:00
parent 716adfaed6
commit 91b8e675e2
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 57 additions and 4 deletions

View file

@ -4,6 +4,7 @@ type BlocklistResponse = {
data: {
value: string
action?: 'add' | 'remove'
updatedAt?: string
}[]
}