Removed the word "test"

This commit is contained in:
Michael 2019-11-22 19:47:35 +00:00
parent 5bf8c895a9
commit e539c74fa4
1 changed files with 1 additions and 1 deletions

View 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']);