diff --git a/back/services/notify.ts b/back/services/notify.ts index f1330cd8..dcb39c10 100644 --- a/back/services/notify.ts +++ b/back/services/notify.ts @@ -143,7 +143,7 @@ export default class NotificationService { .post(url, { timeout: this.timeout, retry: 0, - body: `payload={"text":"${this.title}"}`, + body: `payload={"text":"${this.title}\n${this.content}"}`, headers: { 'Content-Type': 'application/x-www-form-urlencoded' }, }) .json();