Redirect mentions with unknown id on the site. #44

Open
opened 2024-11-06 11:00:08 +00:00 by Rubicon · 0 comments
Owner

This is originally part of #5, but for this we need better infra to handle this thing. Since in some cases we don't actually know the mentioned acct id on the site (see figure 1), we need to use the API with the webfinger for the id. In this process we must allow user to wait or even cancel.

<span class="h-card" translate="no">
  <a href="https://mastodon.social/@gamingonlinux" class="u-url mention">
    @<span>gamingonlinux</span>
  </a>
</span>
Figure 1: sample HTML from the server

Included:

  • Bio & account fields on profile page (might have mentioned accounts here)
This is originally part of #5, but for this we need better infra to handle this thing. Since in some cases we don't actually know the mentioned acct id on the site (see figure 1), we need to use the API with the webfinger for the id. In this process we must allow user to wait or even cancel. <figure> ````html <span class="h-card" translate="no"> <a href="https://mastodon.social/@gamingonlinux" class="u-url mention"> @<span>gamingonlinux</span> </a> </span> ```` <caption>Figure 1: sample HTML from the server</caption> </figure> Included: - [ ] Bio & account fields on profile page (might have mentioned accounts here)
Rubicon added the
feature
proposal
label 2024-11-06 11:00:08 +00:00
Sign in to join this conversation.
No description provided.