mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-17 16:33:04 -06:00
[chore]: Bump github.com/gorilla/feeds from 1.1.2 to 1.2.0 (#3035)
This commit is contained in:
parent
863c67cb04
commit
03c5d016a7
8 changed files with 22 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -130,6 +130,7 @@ func (suite *InternalToRSSTestSuite) TestStatusToRSSItem3() {
|
|||
</Author>
|
||||
<Description>@admin@localhost:8080 made a new post</Description>
|
||||
<Id>http://localhost:8080/@admin/statuses/01H7G0VW1ACBZTRHN6RSA4JWVH</Id>
|
||||
<IsPermaLink>true</IsPermaLink>
|
||||
<Updated>0001-01-01T00:00:00Z</Updated>
|
||||
<Created>0001-01-01T00:00:00Z</Created>
|
||||
<Enclosure>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue