mirror of
https://github.com/friendica/friendica
synced 2025-05-04 07:04:10 +02:00
Warnings/Errors reduced - improved relay processing
This commit is contained in:
parent
1db70b8935
commit
ceb88c10e6
6 changed files with 74 additions and 21 deletions
|
@ -1169,10 +1169,6 @@ class OStatus
|
|||
];
|
||||
XML::addElement($doc, $root, 'link', '', $attributes);
|
||||
break;
|
||||
|
||||
default:
|
||||
Logger::warning('Unsupported type', ['type' => $siteinfo['type'], 'url' => $siteinfo['url'] ?? '']);
|
||||
break;
|
||||
}
|
||||
|
||||
if (!DI::config()->get('system', 'ostatus_not_attach_preview') && ($siteinfo['type'] != 'photo') && isset($siteinfo['image'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue