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
Currently the struct Member has a field 'Roles' that returns type []string
I think the return of type []Role would be better here, or is there an API limitation that prevents this?
The text was updated successfully, but these errors were encountered:
//offtopic
But that means that the official client has to check for every message the roles in its state. That's looks not very efficient, or it is some ReactJS state magic :-)
Currently the struct Member has a field 'Roles' that returns type
[]string
I think the return of type
[]Role
would be better here, or is there an API limitation that prevents this?The text was updated successfully, but these errors were encountered: