Describe the issue
When I click on the "chat logs" link for a recent (post-Zulip) meeting on the "past meetings" page, I get an unformatted JSON of the chat messages sent in that meeting, rather than something human-readable.
E.g. I go to https://datatracker.ietf.org/wg/masque/meetings/, and click on the "chat logs for masque" in the IETF 116 row, going to https://datatracker.ietf.org/meeting/116/materials/chatlog-116-masque-202303290930-00 -- I get a JSON blob that starts
[{"author": "Benjamin Schwartz", "text": "<p>Does this require using Connection IDs in a situation where they would normally be zero-length?</p>", "time": "2023-03-29T00:36:08Z"}, {"author": "Alex Chernyakhovsky", "text": "<p>Where would a connection id be 0-length?</p>", "time": "2023-03-29T00:36:43Z"},
This should be formatted in some human-readable way.
Code of Conduct
Describe the issue
When I click on the "chat logs" link for a recent (post-Zulip) meeting on the "past meetings" page, I get an unformatted JSON of the chat messages sent in that meeting, rather than something human-readable.
E.g. I go to https://datatracker.ietf.org/wg/masque/meetings/, and click on the "chat logs for masque" in the IETF 116 row, going to https://datatracker.ietf.org/meeting/116/materials/chatlog-116-masque-202303290930-00 -- I get a JSON blob that starts
This should be formatted in some human-readable way.
Code of Conduct