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
@@ -59,6 +59,8 @@ export interface TimelineEvent {
|
||||
reviewState: string | null;
|
||||
path: string | null;
|
||||
read: boolean;
|
||||
/** Set when this is a reply within a review thread: the thread's root comment. */
|
||||
inReplyTo: { actor: string; bodyExcerpt: string } | null;
|
||||
}
|
||||
|
||||
export interface StatePayload {
|
||||
|
||||
Reference in New Issue
Block a user