projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7362dce
)
Some more documentation - again.
author
Michael Vogel
<icarus@dabo.de>
Thu, 24 Mar 2016 14:59:53 +0000
(15:59 +0100)
committer
Roland Haeder
<roland@mxchange.org>
Sun, 1 May 2016 11:47:24 +0000
(13:47 +0200)
include/diaspora.php
patch
|
blob
|
history
diff --git
a/include/diaspora.php
b/include/diaspora.php
index a608516622221e601f3c7d8fdef1805a39347fd1..c5d6943e59cd187d6826af8065e1f878ff83e7a3 100644
(file)
--- 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).