aboutsummaryrefslogtreecommitdiffstats
path: root/include/bb2diaspora.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-14 19:20:16 -0700
committerfriendica <info@friendica.com>2014-09-14 19:20:16 -0700
commitf2b0311f9d0446f4cfbf57143aa58462c7c8f39a (patch)
treec3ef6bf0c7bd65fcd8d0e441f6e6c2b2925605ef /include/bb2diaspora.php
parentb2fe2b067acc126f5138cbfc31a054ab35447498 (diff)
downloadvolse-hubzilla-f2b0311f9d0446f4cfbf57143aa58462c7c8f39a.tar.gz
volse-hubzilla-f2b0311f9d0446f4cfbf57143aa58462c7c8f39a.tar.bz2
volse-hubzilla-f2b0311f9d0446f4cfbf57143aa58462c7c8f39a.zip
that won't work...
Diffstat (limited to 'include/bb2diaspora.php')
-rw-r--r--include/bb2diaspora.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/bb2diaspora.php b/include/bb2diaspora.php
index d9977d732..846725639 100644
--- a/include/bb2diaspora.php
+++ b/include/bb2diaspora.php
@@ -296,7 +296,8 @@ function bb2diaspora_itembody($item) {
logger('bb2diaspora_itembody: cached ');
$newitem = $item;
$newitem['body'] = $meta['body'];
- bb2diaspora_itemwallwall($newitem);
+// this won't work - the post is now in markdown
+// bb2diaspora_itemwallwall($newitem);
return $newitem['body'];
}
}