aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/feed/convert.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/web/feed/convert.go')
-rw-r--r--routers/web/feed/convert.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/web/feed/convert.go b/routers/web/feed/convert.go
index 95b1062253..6dbc2c2cbc 100644
--- a/routers/web/feed/convert.go
+++ b/routers/web/feed/convert.go
@@ -244,6 +244,7 @@ func feedActionsToFeedItems(ctx *context.Context, actions activities_model.Actio
Title: title,
Link: link,
Description: desc,
+ IsPermaLink: "false",
Author: &feeds.Author{
Name: act.ActUser.DisplayName(),
Email: act.ActUser.GetEmail(),