move irc/telegram data under channels/

IRC logs → channels/irc.logs/
Telegram logs + offset → channels/telegram.logs/
Channel data now lives with channel infrastructure.

Co-Authored-By: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2026-04-05 13:06:27 -04:00
parent 8c1fef3c69
commit 6d1411f2a1
2 changed files with 2 additions and 2 deletions

View file

@ -106,7 +106,7 @@ impl State {
// ── Persistence ─────────────────────────────────────────────────
fn data_dir() -> PathBuf {
dirs::home_dir().unwrap_or_default().join(".consciousness/telegram")
dirs::home_dir().unwrap_or_default().join(".consciousness/channels/telegram.logs")
}
fn load_offset() -> i64 {