]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/blocklist/account-block.model.ts
Add ability to mute a user/instance by server in client
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / blocklist / account-block.model.ts
index 336680f65f375f6c28707fd4390a2acd3a1f935f..e7b433d880cd906474d8165a1ec91bdc28d313b8 100644 (file)
@@ -11,4 +11,4 @@ export class AccountBlock implements AccountBlockServer {
     this.blockedAccount = new Account(block.blockedAccount)
     this.createdAt = block.createdAt
   }
-}
\ No newline at end of file
+}