mirror of
https://github.com/friendica/friendica
synced 2025-05-20 12:24:11 +02:00
Use the right table ...
This commit is contained in:
parent
e26d73393e
commit
648e8a00a4
2 changed files with 2 additions and 2 deletions
|
@ -2909,7 +2909,7 @@ class Diaspora
|
|||
Tag::storeRawTagsFromBody($datarray['uri-id'], $datarray["body"]);
|
||||
|
||||
if (!$fetched && !self::isSolicitedMessage($datarray["uri"], $datarray['uri-id'], $author, $body)) {
|
||||
DBA::delete('uri-id', ['uri' => $datarray['uri']]);
|
||||
DBA::delete('item-uri', ['uri' => $datarray['uri']]);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue