From: Michael Date: Wed, 2 Sep 2020 01:45:45 +0000 (+0000) Subject: Removed comment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ca9f916ecdcb4b6b2b9458f795d11c1a2fce32e1;p=friendica.git Removed comment --- diff --git a/src/Object/Api/Mastodon/Account.php b/src/Object/Api/Mastodon/Account.php index 7e726da97c..3ec9506024 100644 --- a/src/Object/Api/Mastodon/Account.php +++ b/src/Object/Api/Mastodon/Account.php @@ -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(); }