X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fshownotice.php;h=3978f03ea9ce511cb69397980855c9d3c5ea2148;hb=b7d07466943a73e1c009467c8daa6e499810080f;hp=b4af7dbaa272d814a7058ee70506a93939a772b7;hpb=e4eb3b3dfd6b9b5cbd1b34d7fc4738b6fd19ee99;p=quix0rs-gnu-social.git diff --git a/actions/shownotice.php b/actions/shownotice.php index b4af7dbaa2..3978f03ea9 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -274,12 +274,6 @@ class ShownoticeAction extends OwnerDesignAction 'content' => $id->toString())); } - if ($user->jabbermicroid && $user->jabber && $this->notice->uri) { - $id = new Microid('xmpp:', $user->jabber, - $this->notice->uri); - $this->element('meta', array('name' => 'microid', - 'content' => $id->toString())); - } $this->element('link',array('rel'=>'alternate', 'type'=>'application/json+oembed', 'href'=>common_local_url( @@ -344,7 +338,7 @@ class SingleNoticeItem extends DoFollowListItem * show the avatar of the notice's author * * We use the larger size for single notice page. - * + * * @return void */