fix: carry reply tags across streamed chunks
This commit is contained in:
@@ -2,6 +2,7 @@ export type InlineDirectiveParseResult = {
|
||||
text: string;
|
||||
audioAsVoice: boolean;
|
||||
replyToId?: string;
|
||||
replyToExplicitId?: string;
|
||||
replyToCurrent: boolean;
|
||||
hasAudioTag: boolean;
|
||||
hasReplyTag: boolean;
|
||||
@@ -71,6 +72,7 @@ export function parseInlineDirectives(
|
||||
text: cleaned,
|
||||
audioAsVoice,
|
||||
replyToId,
|
||||
replyToExplicitId: lastExplicitId,
|
||||
replyToCurrent: sawCurrent,
|
||||
hasAudioTag,
|
||||
hasReplyTag,
|
||||
|
||||
Reference in New Issue
Block a user