Replies: 1 comment
-
|
This sounds like an excellent idea! I will be working on version 2 soon, and will look into the best way to implement this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, each
Participantwithin aThreadhas individual permissions that can be assigned to them. Unless they haveadminassigned, they permissions are always set here on the participant.It would be helpful in some circumstances to have roles associated with the
Participantmodel:For example, I have a use case where I have teams of people that relate to people one-on-one. 90% of the time the
Participants of a thread will be theuserandteam member. But sometimes we may have ateam admincome into the conversation. In our case, we could look at some positional permission on the Participant to know which user is theuserand which is theteam memberbut it would be easier to know that the "regular user" in aThreadis actually theParticipantwith theuserrole.Beta Was this translation helpful? Give feedback.
All reactions