]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub/Transmitter.php
Removed the word "test"
[friendica.git] / src / Protocol / ActivityPub / Transmitter.php
index b9a00c48172320090df81f40821898b975095de5..fa8e4bf46fc71996433e73e56d781e407cd9571d 100644 (file)
@@ -724,7 +724,7 @@ class Transmitter
                unset($data['bcc']);
 
                $object['to'] = $data['to'];
-               $object['tag'] = [['type' => 'Mention', 'href' => $object['to'][0], 'name' => 'test']];
+               $object['tag'] = [['type' => 'Mention', 'href' => $object['to'][0], 'name' => '']];
 
                unset($object['cc']);
                unset($object['bcc']);