Display the post receivers

This commit is contained in:
Michael 2022-02-20 19:25:55 +00:00
commit 39e820e6a3
5 changed files with 100 additions and 22 deletions

View file

@ -140,6 +140,10 @@ return [
// If you don't want to set a maximum length, set to -1.
'max_image_length' => -1,
// max_receivers (Integer)
// The maximum number of displayed receivers of posts
'max_receivers' => 10,
// maximagesize (Integer)
// Maximum size in bytes of an uploaded photo.
'maximagesize' => 800000,