Store HTML message (#3594)

* Store HTML message

* remove console log

* fix html label/description
This commit is contained in:
Weiko
2024-01-23 19:40:05 +01:00
committed by GitHub
parent c9e326f2ae
commit d176ba95d3
2 changed files with 10 additions and 1 deletions

View File

@ -70,6 +70,14 @@ export class MessageObjectMetadata extends BaseObjectMetadata {
})
body: string;
@FieldMetadata({
type: FieldMetadataType.TEXT,
label: 'Html',
description: 'Html',
icon: 'IconMessage',
})
html: string;
@FieldMetadata({
type: FieldMetadataType.DATE_TIME,
label: 'Received At',