]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/account/account.ts
Deprecate filter video query
[github/Chocobozzz/PeerTube.git] / server / types / models / account / account.ts
index 9848412919eeb9454ff165f70db6b0716ea3c4aa..abe0de27b13861569e4f5ce3b4658be687ab11e5 100644 (file)
@@ -84,7 +84,7 @@ export type MAccountSummary =
 
 export type MAccountSummaryBlocks =
   MAccountSummary &
-  Use<'BlockedAccounts', MAccountBlocklistId[]>
+  Use<'BlockedByAccounts', MAccountBlocklistId[]>
 
 export type MAccountAPI =
   MAccount &