Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ryohidaka
Copy link
Contributor

@ryohidaka ryohidaka commented May 8, 2025

What this PR does?

Added is_accept_request variable to UserInfo class.

What this PR does in details?

Fixed UserInfo class because the response structure of user_following and user_follower had changed as follows

{
	"user_previews": [
		{
			"user": {
				"id": 0,
				"name": "hoge",
				"account": "hoge",
				"profile_image_urls": {
					"medium": "https:\/\/s.pximg.net\/common\/images\/no_profile.png"
				},
				"is_followed": true,
				"is_accept_request": false // <- this
			},
                }
        ],
}

@ryohidaka ryohidaka force-pushed the feature/add_is_accept_request branch from c12a5de to ce4e39b Compare May 9, 2025 13:40
@upbit upbit merged commit 4f2e9ea into upbit:master Jul 31, 2025
2 checks passed
@upbit
Copy link
Owner

upbit commented Jul 31, 2025

Thanks for the PR/code contribution, changes have been merged. Sorry for the delayed response!

@ryohidaka ryohidaka deleted the feature/add_is_accept_request branch August 18, 2025 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants