Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Fediverse URL parsing to include DB checks for actor resolution #12

Open
akhileshthite opened this issue May 7, 2024 · 0 comments
Labels
enhancement New feature or request priority: medium For issues that affect some users or functionality, but have acceptable workarounds

Comments

@akhileshthite
Copy link
Collaborator

We currently rely on regular expressions to parse Fediverse URLs in the post.js. However, this approach might not be sufficient for accurate detection. To improve URL parsing and ensure correct resolution of actors, we propose enhancing the parsing mechanism to include database checks for actor resolution.

  • This would involve fetching the URL from the database and determining whether it's an ActivityPub URL, HTML linking to ActivityPub, or a regular page.

951a612

@akhileshthite akhileshthite added the enhancement New feature or request label May 7, 2024
@akhileshthite akhileshthite moved this from Needs triage to Todo in Distributed Press Organizing May 14, 2024
@akhileshthite akhileshthite added the priority: medium For issues that affect some users or functionality, but have acceptable workarounds label May 16, 2024
@AnaFukelman AnaFukelman moved this from Needs triage to Backlog in Distributed Press Organizing Oct 10, 2024
@AnaFukelman AnaFukelman moved this from Backlog to Needs triage in Distributed Press Organizing Oct 10, 2024
@RangerMauve RangerMauve moved this from Needs triage to Backlog in Distributed Press Organizing Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: medium For issues that affect some users or functionality, but have acceptable workarounds
Projects
Status: Backlog
Development

No branches or pull requests

1 participant