Some more documentation - again.
This commit is contained in:
parent
7362dce2f4
commit
721b2edb33
|
@ -755,7 +755,7 @@ class diaspora {
|
||||||
*
|
*
|
||||||
* @param int $uid The user id
|
* @param int $uid The user id
|
||||||
* @param string $guid The guid of the message
|
* @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.
|
* @return int|bool message id if the message already was stored into the system - or false.
|
||||||
*/
|
*/
|
||||||
private function message_exists($uid, $guid) {
|
private function message_exists($uid, $guid) {
|
||||||
|
@ -2143,6 +2143,7 @@ y *
|
||||||
|
|
||||||
$datarray = array();
|
$datarray = array();
|
||||||
|
|
||||||
|
// Attach embedded pictures to the body
|
||||||
if ($data->photo) {
|
if ($data->photo) {
|
||||||
foreach ($data->photo AS $photo)
|
foreach ($data->photo AS $photo)
|
||||||
$body = "[img]".unxmlify($photo->remote_photo_path).
|
$body = "[img]".unxmlify($photo->remote_photo_path).
|
||||||
|
|
Loading…
Reference in a new issue