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(); }