From ee20092735a1cae88431ee1020be0fa875a87557 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Fri, 22 Dec 2023 22:06:52 +0100 Subject: [PATCH] rss: isPermaLink (case-sensitive) (#2271) --- bskyweb/cmd/bskyweb/rss.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bskyweb/cmd/bskyweb/rss.go b/bskyweb/cmd/bskyweb/rss.go index cf7b24346b..4cdc78f8c8 100644 --- a/bskyweb/cmd/bskyweb/rss.go +++ b/bskyweb/cmd/bskyweb/rss.go @@ -15,7 +15,7 @@ import ( type ItemGUID struct { XMLName xml.Name `xml:"guid"` Value string `xml:",chardata"` - IsPerma bool `xml:"isPermalink,attr"` + IsPerma bool `xml:"isPermaLink,attr"` } // We don't actually populate the title for "posts".