Fix log message

This commit is contained in:
Michael 2022-10-03 11:42:50 +00:00
parent 5127784acb
commit 8347f0144b
1 changed files with 1 additions and 1 deletions

View File

@ -4134,7 +4134,7 @@ class Diaspora
}
if (!self::parentSupportDiaspora($item['thr-parent-id'])) {
Logger::info('One of the parents does not support. A signature will not be created.', ['uri-id' => $item['uri-id'], 'guid' => $item['guid']]);
Logger::info('One of the parents does not support Diaspora. A signature will not be created.', ['uri-id' => $item['uri-id'], 'guid' => $item['guid']]);
return false;
}