From: Evan Prodromou Date: Mon, 14 Jul 2008 04:41:53 +0000 (-0400) Subject: get the msg to format X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=71afb53de6de529b0c6d20f57bfdca7502d1b79a;p=quix0rs-gnu-social.git get the msg to format darcs-hash:20080714044153-84dde-8043ee7e32936f468b2cfa096a1a1846eddfba88.gz --- diff --git a/lib/jabber.php b/lib/jabber.php index e1167c580c..35ae07fece 100644 --- a/lib/jabber.php +++ b/lib/jabber.php @@ -90,6 +90,7 @@ function jabber_send_notice($to, $notice) { function jabber_format_entry($profile, $notice) { $noticeurl = common_local_url('shownotice', array('notice' => $notice->id)); + $msg = jabber_format_notice($profile, $notice); $entry = "\n"; $entry .= "\n"; $entry .= "" . $profile->nickname . " - " . common_config('site', 'name') . "\n";