Home | Notifications | New Note | Local | Federated | Search | Logout

Note Detail


silverpill@silverpill@mitra.social (2026-06-04 18:02:19)
@doesnm @maddyunderstars

Forte uses it for events: https://codeberg.org/fortified/forte/src/branch/dev/FEDERATION.md#events
Smithereen for groups and events: https://smithereen.software/docs/federation/groups
---Reply--- Maddy@maddyunderstars@aus.social (2026-06-04 18:46:08) @silverpill @doesnm Oh oops! Thank you. I had originally made it `InviteCode`, changed it to `Invite` last minute, and forgot to check if that was already defined.

I think your recommendation is good, however resolving webfinger mentions to an activity feels off... I will give it more thought
Reply

---Replies---
silverpill@silverpill@mitra.social (2026-06-05 01:22:33)
@maddyunderstars @doesnm If you need Invite to be mutable, that's a good reason to use Object, because activities are usually expected to be idempotent and immutable.

Other than that, invite-as-activity shouldn't cause any issues...