doc: clarify which popup/page is meant

+ the time at which the fallback jumps in (i.e. it needs to wait for page rendering)
This commit is contained in:
rugk 2022-06-12 21:42:49 +02:00 committed by GitHub
parent ad8efcbc75
commit f0e2989b64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ Additionally, this add-on makes sure to keep your Mastodon handle **private**. I
2. for toot interactions:
1. It gets the local toot ID from the URL.
2. It sends an additional web request to the remote server to get the remote toot ID.
Alternatively, it does try to get the remote toot URL from the page you are loading.
Alternatively, it does try to get the remote toot URL from the "Enter your Mastodon ID" popup when it is shown/rendered.
3. Afterwards it redirects you to the "remote_follow"/"remote_interaction" endpoint of your own Mastodon instance directly, thus skipping entering the Mastodon handle in that "foreign" page.
Due to the fact that it does not block loading of the "Enter your Mastodon ID" popup, it may especially in the case of "toot interactions" happen, that the "Enter your Mastodon ID" popup is shown anyway for some seconds. After some time, it should be redirected though.