Hi
I want to check if the user is only in either Users and/or Watchers role .. I have this working but wondering if there is a more elegant way ?
if ( (remoteUsersRoles == ["Users"]) || ( remoteUsersRoles == ["Users","Watching"] ) || ( remoteUsersRoles == ["Watching", "Users"] ) )
Thanks in advance