Skip to content

Correctly serialize BroadcastMessage for use with JsonCache

What does this MR do?

This MR addresses an issue specifically for BroadcastMessage when it is serialised by JsonCache and stored in redis. When serialized for write, BroadcastMessage removes the message_html and cached_markdown_version attributes but these are required when re-creating a BroadcastMessage` from the retrieved cached value.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Closes #59208 (closed)

Edited by Ash McKenzie

Merge request reports