Bridges messages between Telegram and Discord via Signal Bus subscription.
Subscribes to jido.messaging.room.message_added signals and forwards
to external platforms, skipping the origin platform to prevent loops.
Architecture
Instead of being called directly by channel handlers, the Bridge now:
- Subscribes to the Signal Bus for
message_addedevents - Receives signals when any message is added to any room
- Forwards to all bound platforms except the origin
This decouples the Bridge from channel handlers and makes it event-driven.
Summary
Functions
Returns a specification to start this module under a supervisor.
Types
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.