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

MastoAPI: Add max_toot_chars.

parent 69008515
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,8 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do
user_count: 1,
status_count: 2,
domain_count: 3
}
},
max_toot_chars: Keyword.get(@instance, :limit)
}
json(conn, response)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment