Remove html from messages (#4229)

* remove html

* remove html

* remove html from db
This commit is contained in:
bosiraphael
2024-02-29 12:01:01 +01:00
committed by GitHub
parent f52a4141c9
commit 8c08f1b603
4 changed files with 9 additions and 24 deletions

View File

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