From e93c541f083fb8a82a1581893b26d523685264dc Mon Sep 17 00:00:00 2001 From: Luc Mcgrady Date: Thu, 9 Jan 2025 19:36:53 +0000 Subject: [PATCH] Fix reddit poll expando (#5556) --- lib/modules/hosts/redditpoll.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/hosts/redditpoll.js b/lib/modules/hosts/redditpoll.js index f01a11ed56..f37b292498 100644 --- a/lib/modules/hosts/redditpoll.js +++ b/lib/modules/hosts/redditpoll.js @@ -11,7 +11,7 @@ export default new Host('redditpoll', { return { type: 'IFRAME', expandoClass: 'selftext', - embed: `https://www.reddit.com/poll/${id}`, + embed: `https://www.reddit.com/poll/${id}/`, height: '500px', width: '700px', };