From 03c5d016a7d3cee48fece16c3424dc40b71fb9e5 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 24 Jun 2024 09:04:27 +0000
Subject: [chore]: Bump github.com/gorilla/feeds from 1.1.2 to 1.2.0 (#3035)
---
internal/typeutils/internaltorss.go | 1 +
internal/typeutils/internaltorss_test.go | 1 +
2 files changed, 2 insertions(+)
(limited to 'internal/typeutils')
diff --git a/internal/typeutils/internaltorss.go b/internal/typeutils/internaltorss.go
index e1174caf6..4f4b2b93a 100644
--- a/internal/typeutils/internaltorss.go
+++ b/internal/typeutils/internaltorss.go
@@ -160,6 +160,7 @@ func (c *Converter) StatusToRSSItem(ctx context.Context, s *gtsmodel.Status) (*f
Source: source,
Description: description,
Id: id,
+ IsPermaLink: "true",
Updated: s.UpdatedAt,
Created: s.CreatedAt,
Enclosure: enclosure,
diff --git a/internal/typeutils/internaltorss_test.go b/internal/typeutils/internaltorss_test.go
index 305015d28..e9848b806 100644
--- a/internal/typeutils/internaltorss_test.go
+++ b/internal/typeutils/internaltorss_test.go
@@ -130,6 +130,7 @@ func (suite *InternalToRSSTestSuite) TestStatusToRSSItem3() {
@admin@localhost:8080 made a new post
http://localhost:8080/@admin/statuses/01H7G0VW1ACBZTRHN6RSA4JWVH
+ true
0001-01-01T00:00:00Z
0001-01-01T00:00:00Z
--
cgit v1.2.3