mirror of
https://github.com/friendica/friendica
synced 2025-04-26 18:30:11 +00:00
Issue 13627: DMs now work bidirectional again
This commit is contained in:
parent
2b8a71231e
commit
08d06064ce
2 changed files with 6 additions and 8 deletions
|
@ -682,7 +682,7 @@ class Receiver
|
|||
self::addArrivedId($object_data['object_id']);
|
||||
}
|
||||
|
||||
$decouple = DI::config()->get('system', 'decoupled_receiver') && !in_array($completion, [self::COMPLETION_MANUAL, self::COMPLETION_ANNOUNCE]);
|
||||
$decouple = DI::config()->get('system', 'decoupled_receiver') && !in_array($completion, [self::COMPLETION_MANUAL, self::COMPLETION_ANNOUNCE]) && empty($object_data['directmessage']);
|
||||
|
||||
if ($decouple && ($trust_source || DI::config()->get('debug', 'ap_inbox_store_untrusted'))) {
|
||||
$object_data = Queue::add($object_data, $type, $uid, $http_signer, $push, $trust_source);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue