diff options
-rw-r--r-- | mod/wall_upload.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/wall_upload.php b/mod/wall_upload.php index 3e7013ba1..f83f4f7cf 100644 --- a/mod/wall_upload.php +++ b/mod/wall_upload.php @@ -45,8 +45,7 @@ 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("\n\n" . $ret['body'] . "\n\n"); |