Deliver with the new function when delivering to a "uid=0" contact

pull/4961/head
Michael 2018-04-30 13:07:40 +00:00
rodzic 74aa3499b0
commit b2b597288c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -270,7 +270,7 @@ class Delivery extends BaseObject
// We don't have a relationship with contacts on a public post.
// Se we transmit with the new method and via Diaspora as a fallback
if ($items[0]['uid'] == 0) {
if (($items[0]['uid'] == 0) || ($contact['uid'] == 0)) {
// Transmit in public if it's a relay post
$public_dfrn = ($contact['contact-type'] == ACCOUNT_TYPE_RELAY);