Recognise that broadcast messages include content

The content attribute needs to be added to the model so we can use it
later.
This commit is contained in:
Chris Hill-Scott
2020-10-08 14:06:33 +01:00
parent 30cafce022
commit 850571cb8c
3 changed files with 14 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ class BroadcastMessage(JSONModel):
'template_id',
'template_name',
'template_version',
'content',
'service_id',
'created_by',
'personalisation',