waaseyaa/messaging

Direct messaging infrastructure for Waaseyaa: threads, messages, participants

Maintainers

Package info

github.com/waaseyaa/messaging

pkg:composer/waaseyaa/messaging

Statistics

Installs: 981

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0-alpha.179 2026-05-14 18:22 UTC

README

Layer 2 — Content Types

Direct messaging infrastructure for Waaseyaa: threads, messages, participants.

MessageThread is the conversation container; ThreadParticipant records membership and read state per account; ThreadMessage is the individual message. Access policies enforce that only participants can read or post, and unread counts are derived from per-participant last_read_at rather than a separate read-status table.

Key classes: MessageThread, ThreadMessage, ThreadParticipant, MessagingServiceProvider.