[feat] Unimplemented Mastodon API features: suggestions, trends, identity proofs, featured tags #370

Open
opened 2022-12-13 22:07:17 +00:00 by csolisr · 2 comments

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?

  • I have double-checked and have not found this feature request mentioned anywhere.
  • This feature is related to the Akkoma backend specifically, and not pleroma-fe.
### 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? - [x] I have double-checked and have not found this feature request mentioned anywhere. - [x] This feature is related to the Akkoma backend specifically, and not pleroma-fe.
csolisr added the
feature request
label 2022-12-13 22:07:17 +00:00

the ability to proof your account's identity by using a HTML snippet on a website you own

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.

>the ability to proof your account's identity by using a HTML snippet on a website you own That's just rel="me" support which is already requested in https://akkoma.dev/AkkomaGang/akkoma/issues/293 and Akkoma already has existing code checking for rel="me", it just needs to show up on the frontend.
floatingghost added the
mastodon_api
label 2022-12-14 02:51:37 +00:00
Author

the ability to proof your account's identity by using a HTML snippet on a website you own

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:

  • Identity proofs
  • Suggestions
  • Trends
  • Featured tags

Feel free to split this ticket into its components if necessary.

> >the ability to proof your account's identity by using a HTML snippet on a website you own > > That's just rel="me" support which is already requested in https://akkoma.dev/AkkomaGang/akkoma/issues/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: - [x] Identity proofs - [ ] Suggestions - [ ] Trends - [ ] Featured tags Feel free to split this ticket into its components if necessary.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AkkomaGang/akkoma#370
No description provided.