Refactor posting and make character limit configurable.

This commit is contained in:
Roger Braun 2017-09-15 14:17:36 +02:00
commit 50409326a8
12 changed files with 87 additions and 78 deletions

View file

@ -43,7 +43,8 @@ version = with {version, 0} <- System.cmd("git", ["rev-parse", "HEAD"]) do
config :pleroma, :instance,
version: version,
name: "Pleroma",
email: "example@example.com"
email: "example@example.com",
limit: 5000
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.