RocketChat / Rocket.Chat.Kotlin.SDK

Rocket.Chat's Kotlin SDK (REST & WebSocket abstractions)
MIT License
67 stars 64 forks source link

[PROJECT] Keep a single class to represent User #167

Open leonardoaramaki opened 6 years ago

leonardoaramaki commented 6 years ago

Currently, on the SDK, we have a class to represent a User on the context of the current logged user and any User. They are mostly identical. We should keep one. They are:

GOVINDDIXIT commented 5 years ago

@leonardoaramaki I would like to work on this issue. Should I remove the User class? Pls guide