Skip to content
Snippets Groups Projects
Commit 7ccdebe1 authored by lain's avatar lain
Browse files

Small meta info fixes.

parent 51dc2b16
Branches
Tags
No related merge requests found
......@@ -27,6 +27,7 @@ defmodule Pleroma.Web.Router do
pipe_through :api
get "/help/test", TwitterAPI.UtilController, :help_test
post "/help/test", TwitterAPI.UtilController, :help_test
get "/statusnet/config", TwitterAPI.UtilController, :config
get "/statuses/public_timeline", TwitterAPI.Controller, :public_timeline
......
......@@ -11,7 +11,7 @@ defmodule Pleroma.Web.TwitterAPI.UtilController do
site: %{
name: Web.base_url,
server: Web.base_url,
textlimit: -1
textlimit: 5000
}
})
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment