Add guid back to RSS feed

This commit is contained in:
swagg boi 2023-05-12 12:38:06 -04:00
parent 78a7338f7b
commit 9a50afad14

View file

@ -114,6 +114,7 @@ sub feed($self) {
$rss->add_item(
title => $thread->{'title'},
link => $item_link,
permaLink => $item_link,
description => $description,
pubDate => $thread->{'date'}
);