Skip to content

Delete account doesn't work on explore page

Delete account doesn't work on explore page and currently just redirects you to https://gitter.im/home/~explore/tags/suggested#delete-account

If you need to delete your account, you should be able to delete it while viewing a room.

The ability to delete account was added in https://gitlab.com/gitlab-org/gitter/webapp/merge_requests/1169

Potential solution

The delete-account route is defined in user-routes.js which is currently only used in router-chat.js. We need to add user-routes to the other routers.