From 4278310ddc66da2c5f83427fcc2e43b04cfeb8a8 Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Sat, 2 Sep 2023 21:42:13 +0200 Subject: [PATCH] [AB-101] adding random string to twitch stream preview image to invalidate cache --- .../twitch_streamer_go_live_notification_embed_en_US.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abstracto-modules/twitch/src/main/resources/en_US/general/twitch_streamer_go_live_notification_embed_en_US.ftl b/abstracto-modules/twitch/src/main/resources/en_US/general/twitch_streamer_go_live_notification_embed_en_US.ftl index 358f64da..184adddc 100644 --- a/abstracto-modules/twitch/src/main/resources/en_US/general/twitch_streamer_go_live_notification_embed_en_US.ftl +++ b/abstracto-modules/twitch/src/main/resources/en_US/general/twitch_streamer_go_live_notification_embed_en_US.ftl @@ -15,7 +15,7 @@ "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"/>", - "imageUrl": "${thumbnail}" + "imageUrl": "${thumbnail}?${randomString}" } ], "messageConfig": {