File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -306,6 +306,8 @@ replace github.com/shurcooL/vfsgen => github.com/lunny/vfsgen v0.0.0-20220105142
306
306
307
307
replace github.com/nektos/act => gitea.com/gitea/act v0.2.51
308
308
309
+ replace github.com/gorilla/feeds => github.com/yardenshoham/feeds v0.0.0-20240110072658-f3d0c21c0bd5
310
+
309
311
exclude github.com/gofrs/uuid v3.2.0+incompatible
310
312
311
313
exclude github.com/gofrs/uuid v4.0.0+incompatible
Original file line number Diff line number Diff line change @@ -501,8 +501,6 @@ github.com/gorilla/context v1.1.1 h1:AWwleXJkX/nhcU9bZSnZoi3h/qGYqQAGhq6zZe/aQW8
501
501
github.com/gorilla/context v1.1.1 /go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg =
502
502
github.com/gorilla/css v1.0.1 h1:ntNaBIghp6JmvWnxbZKANoLyuXTPZ4cAMlo6RyhlbO8 =
503
503
github.com/gorilla/css v1.0.1 /go.mod h1:BvnYkspnSzMmwRK+b8/xgNPLiIuNZr6vbZBTPQ2A3b0 =
504
- github.com/gorilla/feeds v1.1.2 h1:pxzZ5PD3RJdhFH2FsJJ4x6PqMqbgFk1+Vez4XWBW8Iw =
505
- github.com/gorilla/feeds v1.1.2 /go.mod h1:WMib8uJP3BbY+X8Szd1rA5Pzhdfh+HCCAYT2z7Fza6Y =
506
504
github.com/gorilla/handlers v1.5.2 h1:cLTUSsNkgcwhgRqvCNmdbRWG0A3N4F+M2nWKdScwyEE =
507
505
github.com/gorilla/handlers v1.5.2 /go.mod h1:dX+xVpaxdSw+q0Qek8SSsl3dfMk3jNddUkMzo0GtH0w =
508
506
github.com/gorilla/mux v1.6.2 /go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs =
@@ -904,6 +902,8 @@ github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8/go.mod h1:HUYIGzjTL3rfEspMx
904
902
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 /go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q =
905
903
github.com/xrash/smetrics v0.0.0-20231213231151-1d8dd44e695e h1:+SOyEddqYF09QP7vr7CgJ1eti3pY9Fn3LHO1M1r/0sI =
906
904
github.com/xrash/smetrics v0.0.0-20231213231151-1d8dd44e695e /go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8 =
905
+ github.com/yardenshoham/feeds v0.0.0-20240110072658-f3d0c21c0bd5 h1:3seWKGVhGoc66Ht5QlhQsr4xT2caDnFegsnh2NqvENU =
906
+ github.com/yardenshoham/feeds v0.0.0-20240110072658-f3d0c21c0bd5 /go.mod h1:WMib8uJP3BbY+X8Szd1rA5Pzhdfh+HCCAYT2z7Fza6Y =
907
907
github.com/yohcop/openid-go v1.0.1 h1:DPRd3iPO5F6O5zX2e62XpVAbPT6wV51cuucH0z9g3js =
908
908
github.com/yohcop/openid-go v1.0.1 /go.mod h1:b/AvD03P0KHj4yuihb+VtLD6bYYgsy0zqBzPCRjkCNs =
909
909
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d /go.mod h1:rHwXgn7JulP+udvsHwJoVG1YGAP6VLg4y9I5dyZdqmA =
Original file line number Diff line number Diff line change @@ -244,6 +244,7 @@ func feedActionsToFeedItems(ctx *context.Context, actions activities_model.Actio
244
244
Title : title ,
245
245
Link : link ,
246
246
Description : desc ,
247
+ IsPermaLink : "false" ,
247
248
Author : & feeds.Author {
248
249
Name : act .ActUser .DisplayName (),
249
250
Email : act .ActUser .GetEmail (),
You can’t perform that action at this time.
0 commit comments