From 721b2edb33c8a1fdd1e2831dd38baeda91277f14 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 24 Mar 2016 15:59:53 +0100 Subject: [PATCH] Some more documentation - again. --- include/diaspora.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/diaspora.php b/include/diaspora.php index a608516622..c5d6943e59 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -755,7 +755,7 @@ class diaspora { * * @param int $uid The user id * @param string $guid The guid of the message -y * + * * @return int|bool message id if the message already was stored into the system - or false. */ private function message_exists($uid, $guid) { @@ -2143,6 +2143,7 @@ y * $datarray = array(); + // Attach embedded pictures to the body if ($data->photo) { foreach ($data->photo AS $photo) $body = "[img]".unxmlify($photo->remote_photo_path).