chorus/bot/chorus_bot/cogs
pyr0ball 240279f95b refactor: eliminate redundant truncation in email_ingest and fix em dash
- Replace em dash with hyphen in thread_ingest.py user message (feedback_no_emdash.md)
- Remove duplicate truncation logic in email_ingest.py (lines 12-17 and _truncate_for_embed method)
- Consolidate truncation responsibility to ping.py's _safe_field_value as single source of truth
- This prevents email_ingest's marker from being re-truncated by ping.py's defensive catch-all
2026-07-13 15:08:35 -07:00
..
__init__.py feat(bot): add manual-share cog forwarding channel messages to #inbox 2026-07-13 14:00:56 -07:00
email_ingest.py refactor: eliminate redundant truncation in email_ingest and fix em dash 2026-07-13 15:08:35 -07:00
manual_share.py chore: minor fixes from final review (Dockerfile reproducibility, Caddy directive, em dash) 2026-07-13 15:01:46 -07:00
subscribe.py feat(bot): add subscribe/unsubscribe commands and bot bootstrap 2026-07-13 14:16:28 -07:00
thread_ingest.py refactor: eliminate redundant truncation in email_ingest and fix em dash 2026-07-13 15:08:35 -07:00