Home | Notifications | New Note | Local | Federated | Search | Logout
Note Detail
Reply to @frost@wolfdo.gg
CaohuaK ❄️@caohuak@moon.lonewolf.zone (2026-04-15 16:09:53)
@frost it would be fun if Mitra support it. :lihkg_tiger_champagne:
---Reply---
silverpill@silverpill@mitra.social (2026-04-16 05:01:02)
@caohuak @frost Yeah why not
Reply
---Replies---
CaohuaK ❄️@caohuak@moon.lonewolf.zone (2026-04-17 17:23:09)
@silverpill @frost I don't know, because it seems that biting uses linked data, and the software that implements it originally came from iceshrimp.net. I reckon testing would require using an iceshrimp.net instance to confirm whether it works properly.
This is the namespace: https://ns.mia.jetzt/as/{ "Bite": "https://ns.mia.jetzt/as#Bite" }This context is important because if biting activities don't include it, iceshrimp.net will ignore the activity. I discovered this while trying to repair biting on my Pleroma instance.
https://github.com/mkljczk/pl/pull/11
activities json (from wafrn){
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Bite": "https://ns.mia.jetzt/as#Bite"
}
],
"actor": "https://wafrn.lonewolf.zone/fediverse/blog/caohuak",
"id": "https://wafrn.lonewolf.zone/fediverse/bites/a6310fce-0567-4df0-971b-853399687349/1d335590-8b2c-4585-b77c-6f5f483dfc7b",
"object": "https://moon.lonewolf.zone/users/caohuak",
"target": "https://moon.lonewolf.zone/users/caohuak",
"to": [
"https://moon.lonewolf.zone/users/caohuak"
],
"type": "Bite"
}