forked from AkkomaGang/akkoma
Small meta info fixes.
This commit is contained in:
parent
51dc2b1696
commit
7ccdebe180
2 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ def user_fetcher(username) do
|
||||||
pipe_through :api
|
pipe_through :api
|
||||||
|
|
||||||
get "/help/test", TwitterAPI.UtilController, :help_test
|
get "/help/test", TwitterAPI.UtilController, :help_test
|
||||||
|
post "/help/test", TwitterAPI.UtilController, :help_test
|
||||||
get "/statusnet/config", TwitterAPI.UtilController, :config
|
get "/statusnet/config", TwitterAPI.UtilController, :config
|
||||||
|
|
||||||
get "/statuses/public_timeline", TwitterAPI.Controller, :public_timeline
|
get "/statuses/public_timeline", TwitterAPI.Controller, :public_timeline
|
||||||
|
|
|
@ -11,7 +11,7 @@ def config(conn, _params) do
|
||||||
site: %{
|
site: %{
|
||||||
name: Web.base_url,
|
name: Web.base_url,
|
||||||
server: Web.base_url,
|
server: Web.base_url,
|
||||||
textlimit: -1
|
textlimit: 5000
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue