angee.messaging.apps
Django config for Angee's messaging addon.
MessagingConfig
python
class MessagingConfig(AppConfig)Source app manifest for threads, messages, and channel bridges.
Owns the chatter thread graph and the channel-sync ingest write path. The one runtime wiring it adds is the chatter-thread teardown receiver (signals), connected after app population so deleting a chattered record never orphans its private thread — on the instance or the bulk QuerySet.delete() path.
ready
python
def ready() -> NoneWire messaging-owned signal receivers after app population.