forked from GNUsocial/gnu-social
halt sending HTML in Jabber
darcs-hash:20080831114642-84dde-c1e486fe03752882e212bd6e3930477042f993be.gz
This commit is contained in:
parent
902ba87a8b
commit
c31afa795f
@ -135,7 +135,8 @@ function jabber_format_entry($profile, $notice) {
|
|||||||
$event .= "</items>\n";
|
$event .= "</items>\n";
|
||||||
$event .= "</event>\n";
|
$event .= "</event>\n";
|
||||||
# FIXME: include the pubsub event, too.
|
# FIXME: include the pubsub event, too.
|
||||||
return $html . $entry . $address;
|
# return $html . $entry . $address;
|
||||||
|
return $entry . $address;
|
||||||
# return $entry . "\n" . $event;
|
# return $entry . "\n" . $event;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user