-
Notifications
You must be signed in to change notification settings - Fork 107
ActivityPub Integration
Bryan Ashby edited this page Dec 30, 2022
·
30 revisions
Discussion and design of ActivityPub / Mastodon with ENiGMA½.
- Act as both a server and a client
- On behalf of users
- As the BBS itself (bot)
- Feed views
- Local
- Federated
- Following
- Inbox
- Direct replies also land in user's inbox
- User can again reply, or directly post to ActivityPub addresses
- Similar to EchoMail
- Message Areas
- Ability to map a message area to a ActivityPub 'group'
- Read and reply in message base
- Similar to EchoMail
- Bridged message areas, such as FTN (non-Mastodon node) <-> Local (Mastodon) <-> Fediverse
- Should we create a more generalized ActivityPub support/module/classes that Mastodon then extends?