Add <guid> to RSS feed

This commit is contained in:
swag 2023-04-24 15:08:05 -04:00
parent ebfad34e2f
commit 3796846809
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ Run the tests locally (against development environment):
## TODOs
1. Rules/about page
1. CSS
1. "All new posts flagged" mode (require approval for new posts)

View File

@ -115,6 +115,7 @@ sub feed($self) {
link => $item_link,
description => $self->truncate_text($thread->{'body'}),
author => $thread->{'author'},
guid => $thread->{'id'},
pubDate => $thread->{'date'}
);
}