From 9a50afad140f744f7487a824dde3531f3de1d116 Mon Sep 17 00:00:00 2001 From: swag Date: Fri, 12 May 2023 12:38:06 -0400 Subject: [PATCH] Add guid back to RSS feed --- lib/PostText/Controller/Thread.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/PostText/Controller/Thread.pm b/lib/PostText/Controller/Thread.pm index 498c9c7..586670c 100644 --- a/lib/PostText/Controller/Thread.pm +++ b/lib/PostText/Controller/Thread.pm @@ -114,6 +114,7 @@ sub feed($self) { $rss->add_item( title => $thread->{'title'}, link => $item_link, + permaLink => $item_link, description => $description, pubDate => $thread->{'date'} );