Home | Notifications | New Note | Local | Federated | Search | Logout
Note Detail
Reply to @caohuak@moon.lonewolf.zone
silverpill@silverpill@mitra.social (2026-04-18 01:20:25)
@caohuak @frost This is a non-standard activity type, so Iceshrimp needs a type hint. It can be added if necessary.
What is expected to happen when a Bite is received? Does Mitra need to show a notification?
---Reply---
CaohuaK ❄️@caohuak@moon.lonewolf.zone (2026-04-18 01:47:25)
@silverpill @frost >What is expected to happen when a Bite is received? Does Mitra need to show a notification?
yeah iceshrimp.net has implemented biting users and biting notes, so there are two types of notifications. For example, "xxx bit you" or "xxx bit your note." But if these bite notifications don't clear automatically, it could end up flooding your notifications.
Perhaps because they couldn't control this behavior, they added a feature called can bite. But I don't know the specific implementation process, because I haven't seen the code of iceshrimp.net yet.
>It can be added if necessary.
maybe not because currently only iceshrimp and wafrn support it.
Reply
---Replies---
CaohuaK ❄️@caohuak@moon.lonewolf.zone (2026-04-18 01:57:30)
@silverpill @frost Hmm the canbite context seems inlined within an array inside @context.
https://iceshrimp.dev/iceshrimp/Iceshrimp.NET/src/commit/6a504e441ce7e548136c66ed08ef972947da2dae/Iceshrimp.Backend/Core/Federation/ActivityStreams/Contexts/iceshrimp.json#L47-L49