[AB-101] adding random string to twitch stream preview image to invalidate cache

This commit is contained in:
Sheldan
2023-09-02 21:42:13 +02:00
parent 7d87c0d3f4
commit 4278310ddc

View File

@@ -15,7 +15,7 @@
"title": "${title?json_string}" "title": "${title?json_string}"
}, },
"description": "<@safe_include "twitch_streamer_go_live_notification_current_section"/> <#if pastSections?? && pastSections?size gt 0><@safe_include "twitch_streamer_go_live_notification_past_sections"/></#if>", "description": "<@safe_include "twitch_streamer_go_live_notification_current_section"/> <#if pastSections?? && pastSections?size gt 0><@safe_include "twitch_streamer_go_live_notification_past_sections"/></#if>",
"imageUrl": "${thumbnail}" "imageUrl": "${thumbnail}?${randomString}"
} }
], ],
"messageConfig": { "messageConfig": {