Rocket.Chat.Kotlin.SDK
Rocket.Chat.Kotlin.SDK copied to clipboard
[PROJECT] Keep a single class to represent User
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:
- https://github.com/RocketChat/Rocket.Chat.Kotlin.SDK/blob/develop/core/src/main/kotlin/chat/rocket/core/model/Myself.kt
- https://github.com/RocketChat/Rocket.Chat.Kotlin.SDK/blob/develop/common/src/main/kotlin/chat/rocket/common/model/User.kt
@leonardoaramaki I would like to work on this issue. Should I remove the User class? Pls guide