From ca9f916ecdcb4b6b2b9458f795d11c1a2fce32e1 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 2 Sep 2020 01:45:45 +0000 Subject: [PATCH] Removed comment --- src/Object/Api/Mastodon/Account.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Object/Api/Mastodon/Account.php b/src/Object/Api/Mastodon/Account.php index 7e726da97..3ec950602 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(); }