mautrix / slack

A Matrix-Slack puppeting bridge
GNU Affero General Public License v3.0
68 stars 19 forks source link

login: Fix repeated set of location.href #60

Closed 1Conan closed 3 months ago

1Conan commented 3 months ago

This causes the navigation to entirely fail when used in WKWebView. Setting location.href once still works and fixes the issue.

When setting location.href repeatedly, the older request is cancelled.

1Conan commented 3 months ago

Huh, does the navigation take over a second?

I have quite the latency to slack servers it seems 😆