]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
get the msg to format
authorEvan Prodromou <evan@prodromou.name>
Mon, 14 Jul 2008 04:41:53 +0000 (00:41 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 14 Jul 2008 04:41:53 +0000 (00:41 -0400)
darcs-hash:20080714044153-84dde-8043ee7e32936f468b2cfa096a1a1846eddfba88.gz

lib/jabber.php

index e1167c580c79ae04a15016290e809c65658070e9..35ae07fece9de5f5ace0823d8212a68d1981f8e8 100644 (file)
@@ -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 = "<entry xmlns=\'http://www.w3.org/2005/Atom\'>\n";
        $entry .= "<source>\n";
        $entry .= "<title>" . $profile->nickname . " - " . common_config('site', 'name') . "</title>\n";