]> git.mxchange.org Git - friendica.git/commitdiff
Removed comment
authorMichael <heluecht@pirati.ca>
Wed, 2 Sep 2020 01:45:45 +0000 (01:45 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 2 Sep 2020 01:45:45 +0000 (01:45 +0000)
src/Object/Api/Mastodon/Account.php

index 7e726da97c78d1ef205ffc3fa9a0f12025c75bf7..3ec9506024ea59d7ec94aef0d883605fdeb66a7f 100644 (file)
@@ -123,7 +123,6 @@ class Account extends BaseEntity
 
                // No custom emojis per account in Friendica
                $this->emojis          = [];
-               // No metadata fields in Friendica
                $this->fields          = $fields->getArrayCopy();
 
        }