mirror of
https://github.com/friendica/friendica
synced 2025-04-28 00:30:10 +00:00
Use the right table ...
This commit is contained in:
parent
e26d73393e
commit
648e8a00a4
2 changed files with 2 additions and 2 deletions
|
@ -2472,7 +2472,7 @@ class DFRN
|
|||
// Check if the message is wanted
|
||||
if (($importer["importer_uid"] == 0) && ($item['uri'] == $item['parent-uri'])) {
|
||||
if (!self::isSolicitedMessage($item)) {
|
||||
DBA::delete('uri-id', ['uri' => $item['uri']]);
|
||||
DBA::delete('item-uri', ['uri' => $item['uri']]);
|
||||
return 403;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue