mirror of
https://github.com/friendica/friendica
synced 2025-04-27 02:30:10 +00:00
ActivityPub: Delete Comments
This commit is contained in:
parent
a4f7fddf41
commit
5bbcb8bdf4
4 changed files with 37 additions and 30 deletions
|
@ -241,7 +241,7 @@ class Item
|
|||
if ($item['uid'] == $uid) {
|
||||
self::markForDeletionById($item['id'], PRIORITY_HIGH);
|
||||
} elseif ($item['uid'] != 0) {
|
||||
Logger::log('Wrong ownership. Not deleting item ' . $item['id']);
|
||||
Logger::notice('Wrong ownership. Not deleting item', ['id' => $item['id']]);
|
||||
}
|
||||
}
|
||||
DBA::close($items);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue