[SIS-21] fixing meetup title not being escaped in meetup list response

This commit is contained in:
Sheldan
2023-07-10 01:07:21 +02:00
parent 4f35aa56f4
commit e6cccef48d

View File

@@ -1,3 +1,3 @@
Time: ${time} ${timeRelative}
Link: [here](${link})
Meetup Topic: `${topic}`
Meetup Topic: `${topic?json_string}`