Fix participants added to the wrong token
When getting the participants the token must be stored in a local
variable. Otherwise the token could be updated while waiting to fetch
the participants, so using the property would cause the fetched
participants to be added to the new token instead of to the original
one.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Loading
Please register or sign in to comment