]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/blocklist/server-block.model.ts
Switch emails to pug templates and provide richer html/text-only versions
[github/Chocobozzz/PeerTube.git] / shared / models / blocklist / server-block.model.ts
index efba672bd0336e8379ed3d1d6dc99e3a3b576365..a8b8af0b7fa984a885ddd3d5fd74d36ed303d1f5 100644 (file)
@@ -2,7 +2,7 @@ import { Account } from '../actors'
 
 export interface ServerBlock {
   byAccount: Account
-  serverBlocked: {
+  blockedServer: {
     host: string
   }
   createdAt: Date | string