MP: re-enable reply to...

This commit is contained in:
Enrico Ros
2024-06-25 03:03:59 -07:00
parent 9251f8ff0e
commit fdfbae334a
+1 -1
View File
@@ -296,7 +296,7 @@ export function ChatMessageList(props: {
onMessageFragmentReplace={handleMessageReplaceFragment}
onMessageToggleUserFlag={handleMessageToggleUserFlag}
onMessageTruncate={handleMessageTruncate}
// onReplyTo={handleReplyTo}
onReplyTo={handleReplyTo}
onTextDiagram={handleTextDiagram}
onTextImagine={capabilityHasT2I ? handleTextImagine : undefined}
onTextSpeak={isSpeakable ? handleTextSpeak : undefined}