aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/blocklist/account-block.model.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-10-15 16:43:14 +0200
committerChocobozzz <me@florianbigard.com>2018-10-16 16:41:36 +0200
commit65b21c961c69c4a63c7c0c34be3d6d034a1176c7 (patch)
tree35ec4a16c90a1de99b2865fbabb368b683ca6c87 /client/src/app/shared/blocklist/account-block.model.ts
parentb44164bb567fe7c9f65f1ac2908d44990a8ccc8e (diff)
downloadPeerTube-65b21c961c69c4a63c7c0c34be3d6d034a1176c7.tar.gz
PeerTube-65b21c961c69c4a63c7c0c34be3d6d034a1176c7.tar.zst
PeerTube-65b21c961c69c4a63c7c0c34be3d6d034a1176c7.zip
Add ability to mute a user/instance by server in client
Diffstat (limited to 'client/src/app/shared/blocklist/account-block.model.ts')
-rw-r--r--client/src/app/shared/blocklist/account-block.model.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/blocklist/account-block.model.ts b/client/src/app/shared/blocklist/account-block.model.ts
index 336680f65..e7b433d88 100644
--- a/client/src/app/shared/blocklist/account-block.model.ts
+++ b/client/src/app/shared/blocklist/account-block.model.ts
@@ -11,4 +11,4 @@ export class AccountBlock implements AccountBlockServer {
11 this.blockedAccount = new Account(block.blockedAccount) 11 this.blockedAccount = new Account(block.blockedAccount)
12 this.createdAt = block.createdAt 12 this.createdAt = block.createdAt
13 } 13 }
14} \ No newline at end of file 14}