refactor: Migrate from ActivityPub federation to native Swarm network
- Remove ActivityPub infrastructure (webfinger, nodeinfo, inbox, activities, signatures) - Implement native peer-to-peer Swarm network with gossip protocol - Replace federated timeline with Swarm timeline aggregating posts from all nodes - Migrate direct messaging to end-to-end encrypted Swarm Chat system - Update user interactions (follow, like, repost) to use Swarm protocol - Add cryptographic key management for DID-based identity system - Remove server-bound identity model in favor of portable DID identities - Update documentation to reflect Swarm architecture and capabilities - Add debug utilities and chat testing tools for Swarm network - Refactor database schema to support distributed user directory - Update bot framework to work with Swarm network interactions - Simplify API routes to use Swarm protocol instead of ActivityPub - This transition enables true peer-to-peer communication, instant interactions, and encrypted messaging while maintaining sovereign identity through DIDs
This commit is contained in:
@@ -549,7 +549,7 @@ export async function processAllMentions(botId: string): Promise<MentionResponse
|
||||
|
||||
/**
|
||||
* Store a detected mention in the database.
|
||||
* Used when mentions are detected from external sources (e.g., ActivityPub).
|
||||
* Used when mentions are detected from external sources (e.g., swarm nodes).
|
||||
*
|
||||
* @param data - Mention data to store
|
||||
* @returns Created mention
|
||||
|
||||
Reference in New Issue
Block a user