You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In many places we use unnecessary checks and casts. Instead we should just add new methods to User and just make ChatUser return its own stuff, and let people decide how their own user implementation should work.
A good example is the new User#hasPermission method I've added in #144.
The text was updated successfully, but these errors were encountered:
In many places we use unnecessary checks and casts. Instead we should just add new methods to User and just make ChatUser return its own stuff, and let people decide how their own user implementation should work.
A good example is the new User#hasPermission method I've added in #144.
The text was updated successfully, but these errors were encountered: