Added configuration for the bulk delivery

This commit is contained in:
Michael 2022-05-02 17:34:40 +00:00
commit 3163760343
2 changed files with 24 additions and 7 deletions

View file

@ -122,6 +122,10 @@ return [
// Display "Emoji Only" posts in big.
'big_emojis' => false,
// bulk_delivery (Boolean)
// Delivers AP messages in a bulk (experimental)
'bulk_delivery' => false,
// block_local_dir (Boolean)
// Deny public access to the local user directory.
'block_local_dir' => false,