Timeline: config-driven mute rules; show replies with thread-root context
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DgBEW6qAwgn2fcQbA2f4ZQ
This commit is contained in:
co-authored by
Claude Fable 5
parent
9fedf8ecd3
commit
df0e82e372
@@ -4,7 +4,7 @@ import { runPoll } from '../poller.js';
|
||||
import { getLastRateLimit } from '../github/client.js';
|
||||
|
||||
const config = loadConfig();
|
||||
const db = new Db();
|
||||
const db = new Db({ muteRules: config.timeline.mute });
|
||||
|
||||
console.log(`search: ${config.searchQuery}\n`);
|
||||
const result = await runPoll(config, db);
|
||||
|
||||
Reference in New Issue
Block a user