new-computers / arena-toolkit

Access to tools
MIT License
23 stars 4 forks source link

Full slugs and subdomain bug #6

Closed clevinson closed 6 years ago

clevinson commented 6 years ago

This PR addresses 2 minor issues I came across.

  1. Arena does not preserve login when you switch between https://are.na and https://www.are.na. So I switched the history tool to use hrefs that only change the path, not the host.

  2. Private channels result in a 401 (permission denied) error when using only the channel's slug in an href and not a full href which includes the user slug. I changed the history tool to use a full slug when possible.