Rocket.Chat.Kotlin.SDK icon indicating copy to clipboard operation
Rocket.Chat.Kotlin.SDK copied to clipboard

[PROJECT] Keep a single class to represent User

Open leonardoaramaki opened this issue 7 years ago • 1 comments

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 avatar May 18 '18 03:05 leonardoaramaki

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

GOVINDDIXIT avatar Feb 10 '19 10:02 GOVINDDIXIT