Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
d187a496
Commit
d187a496
authored
May 01, 2017
by
lain
Browse files
Return feed for xml requests of the user.
parent
35938656
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/pleroma/web/router.ex
View file @
d187a496
...
...
@@ -74,6 +74,7 @@ def user_fetcher(username) do
pipe_through
:ostatus
get
"/users/:nickname/feed"
,
OStatus
.
OStatusController
,
:feed
get
"/users/:nickname"
,
OStatus
.
OStatusController
,
:feed
post
"/users/:nickname/salmon"
,
OStatus
.
OStatusController
,
:salmon_incoming
post
"/push/hub/:nickname"
,
Websub
.
WebsubController
,
:websub_subscription_request
get
"/push/subscriptions/:id"
,
Websub
.
WebsubController
,
:websub_subscription_confirmation
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment