mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Add configuration
This commit is contained in:
parent
49c1ad2cc0
commit
aa3dc7c40c
2 changed files with 25 additions and 3 deletions
|
@ -711,6 +711,13 @@ return [
|
|||
// Must be writable by the ejabberd process. if set then it will prevent the running of multiple processes.
|
||||
'lockpath' => '',
|
||||
],
|
||||
'diaspora' => [
|
||||
// native_photos (Boolean)
|
||||
// If enabled, photos to Diaspora will be transmitted via the "photo" element instead of embedding them to the body.
|
||||
// This is some visual improvement over the embedding but comes with the cost of losing accessibility.
|
||||
// Is is disabled by default until Diaspora eventually will work on issue https://github.com/diaspora/diaspora/issues/8297
|
||||
'native_photos' => false,
|
||||
],
|
||||
'debug' => [
|
||||
// ap_inbox_log (Boolean)
|
||||
// Logs every call to /inbox as a JSON file in Friendica's temporary directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue