mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
add some debug logging
This commit is contained in:
parent
c0c50ece0f
commit
5773241537
3 changed files with 8 additions and 2 deletions
|
@ -3461,6 +3461,7 @@ function store_diaspora_retract_sig($item, $user, $baseurl) {
|
|||
|
||||
$enabled = intval(get_config('system','diaspora_enabled'));
|
||||
if(! $enabled) {
|
||||
logger('drop_item: diaspora support disabled, not storing retraction signature', LOGGER_DEBUG);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue