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
6f99765f
Commit
6f99765f
authored
Apr 10, 2017
by
dtluna
Browse files
Add home timeline
parent
b5e94bf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/pleroma/web/router.ex
View file @
6f99765f
...
...
@@ -32,6 +32,7 @@ def user_fetcher(username) do
post
"/account/verify_credentials"
,
TwitterAPI
.
Controller
,
:verify_credentials
post
"/statuses/update"
,
TwitterAPI
.
Controller
,
:status_update
get
"/statuses/home_timeline"
,
TwitterAPI
.
Controller
,
:friends_timeline
get
"/statuses/friends_timeline"
,
TwitterAPI
.
Controller
,
:friends_timeline
post
"/friendships/create"
,
TwitterAPI
.
Controller
,
:follow
post
"/friendships/destroy"
,
TwitterAPI
.
Controller
,
:unfollow
...
...
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