Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
it seems like I have a weired problems on my messages.
In my communtiy all old messages seem to be "empty". They are appearing, but they have not text inside.
When I look to the database there is an interesting thing.
In the table "community_msg" all old messages are saved as plain text in the column "body".
This messages are shown "emtpy" in the frontend.
But when I look on the newest messages, they look like this:
{"content":"This is the message text! :)"}
When a text in the table is saved with the contend-tag, the text is shown on the frontend.
When a text in the table is saved as plain text, without the content-tag, the message-body is not shown in the frontend.
So to begin with:
Should the message-body usually be saved with the content-tag or only as plain text?