diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2022-01-10 21:35:55 +0100 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2022-01-12 18:15:10 +0100 |
commit | 0f90fd58052aa372aaad63d769cd724046c9f61f (patch) | |
tree | 9ead892e5f740df707e9f6172845de74e4792c35 /config/config.exs | |
parent | 4f249b23977d7426c6249875b538c7a6c1b239ff (diff) | |
download | pleroma-0f90fd58052aa372aaad63d769cd724046c9f61f.tar.gz pleroma-0f90fd58052aa372aaad63d769cd724046c9f61f.zip |
WIP account endorsements
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 2bde5b826..1385ce5de 100644 --- a/config/config.exs +++ b/config/config.exs @@ -258,7 +258,8 @@ config :pleroma, :instance, show_reactions: true, password_reset_token_validity: 60 * 60 * 24, profile_directory: true, - privileged_staff: false + privileged_staff: false, + max_endorsed_users: 20 config :pleroma, :welcome, direct_message: [ |