]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
halt sending HTML in Jabber
authorEvan Prodromou <evan@prodromou.name>
Sun, 31 Aug 2008 11:46:42 +0000 (07:46 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sun, 31 Aug 2008 11:46:42 +0000 (07:46 -0400)
darcs-hash:20080831114642-84dde-c1e486fe03752882e212bd6e3930477042f993be.gz

lib/jabber.php

index db043ff72928ffd1f7836bd685b02d5359aec510..22e2d11b3172c93992772603b1912beb1f4a8d7c 100644 (file)
@@ -135,7 +135,8 @@ function jabber_format_entry($profile, $notice) {
        $event .= "</items>\n";
        $event .= "</event>\n";
        # FIXME: include the pubsub event, too.
-       return $html . $entry . $address;
+#      return $html . $entry . $address;
+       return $entry . $address;
 #      return $entry . "\n" . $event;
 }