mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 10:50:14 +01:00
Merge pull request #155 from danny-avila/feat-export-convo
Feature support export conversation
This commit is contained in:
commit
21920dd864
20 changed files with 948 additions and 636 deletions
|
|
@ -205,6 +205,7 @@ export default function Message({
|
|||
</div>
|
||||
</div>
|
||||
<MultiMessage
|
||||
messageId={message.messageId}
|
||||
conversation={conversation}
|
||||
messagesTree={message.children}
|
||||
scrollToBottom={scrollToBottom}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue