X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FProtocol%2FDFRN.php;h=26d5376e4e0d40152f4fffafbdb6c9ee5ae54b34;hb=baf75adfca478a3676b37fb1d41f0b2d750e86b2;hp=8bf299be680195f8c7e31b66dbb503eae7f66ce1;hpb=319857edaa1257c885ce7f3a91ee168b95feee10;p=friendica.git diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 8bf299be68..26d5376e4e 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -1,6 +1,6 @@ message)) { @@ -2079,6 +2079,7 @@ class DFRN // This is my contact on another system, but it's really me. // Turn this into a wall post. $notify = Item::isRemoteSelf($importer, $item); + $item['wall'] = (bool)$notify; $posted_id = Item::insert($item, $notify);