feat: persist session origin metadata across connectors
This commit is contained in:
@@ -18,6 +18,7 @@ export type GatewaySessionRow = {
|
||||
groupChannel?: string;
|
||||
space?: string;
|
||||
chatType?: NormalizedChatType;
|
||||
origin?: SessionEntry["origin"];
|
||||
updatedAt: number | null;
|
||||
sessionId?: string;
|
||||
systemSent?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user