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

Add "bite" activity support #566

Open
ibelieveinwhatileaveinthewaybehind opened this issue Nov 8, 2024 · 0 comments
Open

Add "bite" activity support #566

ibelieveinwhatileaveinthewaybehind opened this issue Nov 8, 2024 · 0 comments

Comments

@ibelieveinwhatileaveinthewaybehind
Copy link

ibelieveinwhatileaveinthewaybehind commented Nov 8, 2024

Some fedi software (mainly Iceshrimp.NET, but also Iceshrimp-JS and Akkoma with patches) support the "bite" activity. It would be nice to have support for sending bites to users and notes in Moshidon.

Here are the routes that Iceshrimp.NET uses for these activities:

  • POST /api/v1/users/bite (this is the only one used by the other implementations; IS.NET can use all 4)
  • POST /api/v1/users/{id}/bite
  • POST /api/v1/users/{id}/bite_back (biting back is a special kind of bite that only works if previously bitten by somebody)
  • POST /api/v1/statuses/{id}/bite

I've figured out how to implement notification support for bites (and this wouldn't conflict with instances that don't support it), but I wasn't able to figure out implementing a way to send bites.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant