refactor: unify threading contexts

This commit is contained in:
Peter Steinberger
2026-01-21 20:01:12 +00:00
parent 76600e80ba
commit 45c1ccdfcf
15 changed files with 452 additions and 481 deletions

View File

@@ -210,7 +210,9 @@ export type ChannelThreadingAdapter = {
export type ChannelThreadingContext = {
Channel?: string;
From?: string;
To?: string;
ChatType?: string;
ReplyToId?: string;
ReplyToIdFull?: string;
ThreadLabel?: string;