Merge https://github.com/friendica/red into zpull
This commit is contained in:
commit
58f307676b
@ -45,11 +45,10 @@ function wall_upload_post(&$a) {
|
||||
|
||||
$m = $ret['body'];
|
||||
|
||||
// This might make Friendica for Android uploads work again, as it won't have any knowledge of zrl and zmg tags
|
||||
// and these tags probably aren't useful with other client apps.
|
||||
|
||||
|
||||
if($using_api)
|
||||
return(str_replace(array('zrl','zmg'),array('url','img'),$ret['body']));
|
||||
return("\n\n" . $ret['body'] . "\n\n");
|
||||
else
|
||||
echo "\n\n" . $ret['body'] . "\n\n";
|
||||
killme();
|
||||
|
Reference in New Issue
Block a user