Small meta info fixes.
This commit is contained in:
parent
51dc2b1696
commit
7ccdebe180
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user