Bluesky app fork with some witchin' additions 💫

rss: isPermaLink (case-sensitive) (#2271)

authored by bnewbold.net and committed by

GitHub ee200927 c1d7d9a4

+1 -1
+1 -1
bskyweb/cmd/bskyweb/rss.go
··· 15 15 type ItemGUID struct { 16 16 XMLName xml.Name `xml:"guid"` 17 17 Value string `xml:",chardata"` 18 - IsPerma bool `xml:"isPermalink,attr"` 18 + IsPerma bool `xml:"isPermaLink,attr"` 19 19 } 20 20 21 21 // We don't actually populate the title for "posts".