[feat] Unimplemented Mastodon API features: suggestions, trends, identity proofs, featured tags #370
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#370
Loading…
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?
The idea
As it stands, Pleroma (and by extension Akkoma) is currently missing several API points that Mastodon has recently added, namely account suggestions, trending topics, featured tags curated by the administrators, and the ability to proof your account's identity by using a HTML snippet on a website you own. (See https://docs-develop.pleroma.social/backend/development/API/differences_in_mastoapi_responses/#not-implemented for more details.)
The reasoning
It would be nice to add these features to Akkoma/Pleroma for the sake of feature parity, and to make instances more attractive to users that want to discover new topics to follow and talk about.
Have you searched for this feature request?
That's just rel="me" support which is already requested in #293 and Akkoma already has existing code checking for rel="me", it just needs to show up on the frontend.
Great to know, that means we're one done, three to go:
Feel free to split this ticket into its components if necessary.