Redirect mentions with unknown id on the site. #44
Labels
No labels
bug
duplicate
feature
accepted
feature
proposal
help wanted
infrastructure
invalid
performance
question
user-agent/chromium
user-agent/webkit
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Rubicon/tutu#44
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Included:
Now the profile page supports opening with the webfiger. This feature can be implemented with that.
I am wondering, if we need to parse the content and render it with our own semantic. It's clear we can have better control on this path.
For now we rely on the UA to render the html content, it's very tricky to implement additional features on it.
Now the profile page supports opening with the webfiger. This feature can be implemented with that.
I am wondering, if we need to parse the content and render it with our own semantic. It's clear we can have better control with this path.
For now we rely on the UA to render the html content, it's very tricky to implement additional features on it.