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
The Accessory class is very complicated and has lots of limitations.
For example, all User Class (user/*.ts) have to extend from it, which prevent us to extend from different EventEmitters (types, like using typed-emitter)
So I decided to re-design this part of the code and try to remove all related codes of the Accessory class.