X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftypes%2Fmodels%2Faccount%2Faccount.ts;h=71f6c79aad45e9a9e92ea14451eff8642b5c6d77;hb=3c10840fa90fc88fc98e8169faf4745ff6c80893;hp=9848412919eeb9454ff165f70db6b0716ea3c4aa;hpb=8ee37c5f38b0f9b7e97239197d5590109c163250;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/types/models/account/account.ts b/server/types/models/account/account.ts index 984841291..71f6c79aa 100644 --- a/server/types/models/account/account.ts +++ b/server/types/models/account/account.ts @@ -23,7 +23,7 @@ type Use = PickWith export type MAccount = Omit + 'VideoComments' | 'BlockedBy'> // ############################################################################ @@ -84,7 +84,7 @@ export type MAccountSummary = export type MAccountSummaryBlocks = MAccountSummary & - Use<'BlockedAccounts', MAccountBlocklistId[]> + Use<'BlockedBy', MAccountBlocklistId[]> export type MAccountAPI = MAccount &