Merge pull request #33 from yassine-sallemi/fix/list-block-error

Fix: Add List Block
This commit is contained in:
Mohamed Marrouchi 2024-09-18 06:43:29 +01:00 committed by GitHub
commit 6903b65cc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,7 +122,7 @@ export const LIST_BLOCK_TEMPLATE: Partial<IBlockAttributes> = {
},
effects: [],
},
message: { elements: [] } as unknown as StdOutgoingListMessage,
message: { elements: true } as unknown as StdOutgoingListMessage,
starts_conversation: false,
};