Is your feature request related to a problem? Please describe.
If a user creates a temporary queue, and he signs in after that, the created queue is still not owned by anyone.
Describe the solution you'd like
All created ownerless queues when the user signs in should change to being owner by the user. This can be done by creating a random token and sending it when a temporary queue/token is created and send this token as the queue owner in the backend and store this token in local storage. When the user signs in, make a backend call to transfer ownership from this token to the user who logged in.