We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Host/Co-Host/me roles can be tracked for each name, along with the display-name.
The idea being that '#Kayvan Sylvan (Host, me)' participant name would create a participant record:
name: 'Kayvan Sylvan' roles: 'Host, me' display: '#Kayvan Sylvan (Host, me)
and then a change to '#Kayvan Sylvan (Co-host, me)' would also create an event record:
event_id: 456 name: 'Kayvan Sylvan' timestamp: '20231103-23:13:09' note: 'Role changed from (Host, me) to (Co-host, me)'
Similarly, changing '#Kayvan Sylvan (Host, me)' to '@kayvan Sylvan (Host, me)' would result in an event:
event_id: 456 name: 'Kayvan Sylvan' timestamp: '20231103-23:13:59' note: 'Display name changed to "@Kayvan Sylvan (Host, me)"'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Host/Co-Host/me roles can be tracked for each name, along with the display-name.
The idea being that '#Kayvan Sylvan (Host, me)' participant name would create a participant record:
and then a change to '#Kayvan Sylvan (Co-host, me)' would also create an event record:
Similarly, changing '#Kayvan Sylvan (Host, me)' to '@kayvan Sylvan (Host, me)' would result in an event:
The text was updated successfully, but these errors were encountered: