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
Within Connection::register() implementation (issue TBD), make sure it can accept a guest access token in order to upgrade a guest account to a user account
The text was updated successfully, but these errors were encountered:
As per the respective spec module:
Connection::registerGuest()
, callingRegisterJob
withkind=="guest"
m.room.guest_access
events (Dealing with room state events #36)Connection::register()
implementation (issue TBD), make sure it can accept a guest access token in order to upgrade a guest account to a user accountThe text was updated successfully, but these errors were encountered: