Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Невозможно получить собственный email через функцию user_info #117

Open
rus-ai opened this issue Sep 8, 2021 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@rus-ai
Copy link
Member

rus-ai commented Sep 8, 2021

Невозможно получить собственный email через функцию user_info

user = api.User()
user.uuid = dbquery.uuid
user.login = dbquery.login
user.username = dbquery.username
user.is_bot = dbquery.isBot
user.avatar = dbquery.avatar
user.bio = dbquery.bio
self.response.data.user.append(user)

Нужно проверять if user[0].uuid == user[count].uuid то возвращать дополнительные поля, то что недоступно другим пользователям

@rus-ai rus-ai added the bug Something isn't working label Sep 8, 2021
@rus-ai
Copy link
Member Author

rus-ai commented Sep 8, 2021

В принципе не сильно срочно, но у меня в клиенте использовалось, хотя пока нет возможности менять гнет функции set_userinfo оно не горит

@stepanskryabin
Copy link
Member

stepanskryabin commented Sep 10, 2021

В протоколе такая возможность отсутствует, следовательно багом это не является.

@rus-ai
Copy link
Member Author

rus-ai commented Sep 10, 2021

Окей, мне пока не блокирует разработку клиента, пусть будет фича реквест.

@rus-ai rus-ai added enhancement New feature or request and removed bug Something isn't working labels Sep 10, 2021
@stepanskryabin
Copy link
Member

stepanskryabin commented Sep 11, 2021

Тикет протокола, после которого можно будет сделать этот тикет.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants