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
We currently allow users have a presence and to enter the scene (two different concepts) by simple boolean scene permissions. It would be better to show by role or by namespace who can enter, have an avatar, providing better granularity.
This can be done post-topic-v5 refactor.
role
user entry
user avatar
none
scene.users=false
admin
staff
owner
editor
authenticated
scene.anon=false
unauthenticated
scene.anon=true
scene.users=true
The text was updated successfully, but these errors were encountered:
We currently allow users have a presence and to enter the scene (two different concepts) by simple boolean scene permissions. It would be better to show by role or by namespace who can enter, have an avatar, providing better granularity.
topic-v5
refactor.The text was updated successfully, but these errors were encountered: