]> git.mxchange.org Git - friendica.git/commitdiff
Change FollowRequest to return the user ID so is compatible with POST endpoint
authorHank Grabowski <hankgrabowski@gmail.com>
Wed, 15 Feb 2023 17:30:49 +0000 (12:30 -0500)
committerHank Grabowski <hankgrabowski@gmail.com>
Wed, 15 Feb 2023 17:30:49 +0000 (12:30 -0500)
src/Object/Api/Mastodon/FollowRequest.php

index f401cad4888135bd676e000e762b0ac9387903ae..ea5dfac29d11a1480d0066db4ba13219a8315039 100644 (file)
@@ -43,7 +43,5 @@ class FollowRequest extends Account
        public function __construct(BaseURL $baseUrl, int $introduction_id, array $account)
        {
                parent::__construct($baseUrl, $account, new Fields());
-
-               $this->id = $introduction_id;
        }
 }