projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a743940
)
Redirect to Getting Started on login.
author
eal
<eal@waifu.club>
Thu, 16 Nov 2017 18:47:44 +0000
(20:47 +0200)
committer
eal
<eal@waifu.club>
Thu, 16 Nov 2017 18:47:44 +0000
(20:47 +0200)
lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
b/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
index bbd003b06420d42a2fef5554774f8e4eb811d151..e1256c7b642f637176e0d83dafcf5e628c031a0e 100644
(file)
--- a/
lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
+++ b/
lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
@@
-579,7
+579,7
@@
defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do
{:ok, token} <- Token.exchange_token(app, auth) do
conn
|> put_session(:oauth_token, token.token)
- |> redirect(to: "/web/
timelines/public
")
+ |> redirect(to: "/web/
getting-started
")
end
end