]> git.mxchange.org Git - friendica.git/commitdiff
Removed the word "test"
authorMichael <heluecht@pirati.ca>
Fri, 22 Nov 2019 19:47:35 +0000 (19:47 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 22 Nov 2019 19:47:35 +0000 (19:47 +0000)
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']);