wohali / ips4-oauth2-server

OAuth2 Server application for IPS Community Suite 4.
GNU General Public License v2.0
25 stars 5 forks source link

Avatar not retrieved and used by Rocket.Chat #17

Closed JohnnyKing94 closed 7 years ago

JohnnyKing94 commented 7 years ago

Just an info, why rocket.chat doesn't use the avatar of IPS? Is the avatar not a data retrieved by rocket.chat?

wohali commented 7 years ago

Correct. Rocket.Chat would need to be modified. It's not a bug of my project. We provide the avatar in the user.profile scope, and Django can use it.

https://github.com/wohali/ips4-oauth2-server/blob/8519c97f5a17d820c42c6cefdc0e8bde646ce639/interface/oauth/me.php#L42-L49