Merge cdde9e746f into da71eaebd2
This commit is contained in:
commit
a0b869f4ee
@ -516,7 +516,7 @@ export async function monitorMattermostProvider(opts: MonitorMattermostOpts = {}
|
||||
});
|
||||
|
||||
const baseSessionKey = route.sessionKey;
|
||||
const threadRootId = post.root_id?.trim() || undefined;
|
||||
const threadRootId = post.root_id?.trim() || (kind !== "dm" ? post.id : undefined);
|
||||
const threadKeys = resolveThreadSessionKeys({
|
||||
baseSessionKey,
|
||||
threadId: threadRootId,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user