Added configuration for the bulk delivery
This commit is contained in:
parent
6e394ac6ff
commit
3163760343
2 changed files with 24 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue