X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fserver%2Fcontact-form.model.ts;h=c23e6d1bac3188fbbc45ab2ab3e469e62dbd7438;hb=630d0a1bf5897fff203cb07e426223f55dcc882d;hp=0696be8b4f58365b15d850288680f1e3fd7e2023;hpb=a4101923e699e49ceb9ff36e971c75417fafc9f0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/server/contact-form.model.ts b/shared/models/server/contact-form.model.ts index 0696be8b4..c23e6d1ba 100644 --- a/shared/models/server/contact-form.model.ts +++ b/shared/models/server/contact-form.model.ts @@ -1,5 +1,6 @@ export interface ContactForm { fromEmail: string fromName: string + subject: string body: string }