From ec1848e0956c467f264614037ad53b26e99086f6 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 4 Dec 2022 08:20:50 -0700 Subject: Adding RSS feeds for local identities --- takahe/urls.py | 1 + 1 file changed, 1 insertion(+) (limited to 'takahe') diff --git a/takahe/urls.py b/takahe/urls.py index 0e995c4..59f14ba 100644 --- a/takahe/urls.py +++ b/takahe/urls.py @@ -120,6 +120,7 @@ urlpatterns = [ path("@/", identity.ViewIdentity.as_view()), path("@/inbox/", activitypub.Inbox.as_view()), path("@/action/", identity.ActionIdentity.as_view()), + path("@/rss/", identity.IdentityFeed()), # Posts path("compose/", compose.Compose.as_view(), name="compose"), path( -- cgit v1.2.3