mirror of
https://github.com/friendica/friendica
synced 2025-05-03 04:24:23 +02:00
Store the protocol of the received message
This commit is contained in:
parent
dd4a656dec
commit
7ab63d2106
9 changed files with 38 additions and 37 deletions
|
@ -33,6 +33,7 @@ use Friendica\Protocol\Activity;
|
|||
use Friendica\Util\Strings;
|
||||
use Friendica\Util\Network;
|
||||
use Friendica\Core\Worker;
|
||||
use Friendica\Model\Conversation;
|
||||
use Friendica\Model\FContact;
|
||||
use Friendica\Protocol\Relay;
|
||||
|
||||
|
@ -334,7 +335,7 @@ class Delivery
|
|||
return;
|
||||
}
|
||||
|
||||
DFRN::import($atom, $target_importer);
|
||||
DFRN::import($atom, $target_importer, false, Conversation::PARCEL_LOCAL_DFRN);
|
||||
|
||||
if (in_array($cmd, [Delivery::POST, Delivery::POKE])) {
|
||||
Model\Post\DeliveryData::incrementQueueDone($target_item['uri-id'], Model\Post\DeliveryData::DFRN);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue